# File lib/http_router/node/abstract_request_node.rb, line 6 def initialize(route, parent, tests, request_method) @request_method = request_method @tests = case tests when Array then tests when Set then tests.to_a else [tests] end super(route, parent) end
# File lib/http_router/node/abstract_request_node.rb, line 26 def inspect_label "#{self.class.name.split("::").last} #{tests.inspect} (#{@matchers.size} matchers)" end
Generated with the Darkfish Rdoc Generator 2.