Methods
C
R
Class Public methods
call(env)
# File actionpack/test/dispatch/mount_test.rb, line 11
def self.call(env)
  [200, {"Content-Type" => "text/html"}, ["OK"]]
end
routes()
# File actionpack/test/dispatch/mount_test.rb, line 7
def self.routes
  Object.new
end