Namespace
Methods
D
N
Class Public methods
new(block)
# File actionpack/test/controller/routing_test.rb, line 1752
def initialize(block)
  @block = block
  super()
end
Instance Public methods
dispatcher(defaults)
# File actionpack/test/controller/routing_test.rb, line 1775
def dispatcher defaults
  TestSet::Dispatcher.new defaults, self, @block
end