Source: show | on GitHub
# File railties/test/path_generation_test.rb, line 13 def initialize(block) @block = block super() end
# File railties/test/path_generation_test.rb, line 36 def dispatcher defaults TestSet::Dispatcher.new defaults, self, @block end