Methods
C
Instance Public methods
call(env)
# File actionpack/test/dispatch/routing_test.rb, line 3726
def call(env)
  [200, {"Content-Type" => "text/html"}, ["XHeader"]]
end