Source: show | on GitHub
# File actionpack/test/controller/routing_test.rb, line 1752 def initialize(block) @block = block super() end
# File actionpack/test/controller/routing_test.rb, line 1775 def dispatcher defaults TestSet::Dispatcher.new defaults, self, @block end