Source: show | on GitHub
# File actionpack/test/dispatch/mount_test.rb, line 11 def self.call(env) [200, {"Content-Type" => "text/html"}, ["OK"]] end
# File actionpack/test/dispatch/mount_test.rb, line 7 def self.routes Object.new end