Source: show | on GitHub
# File actionpack/test/dispatch/routing_test.rb, line 3732 def call(env) [200, {"Content-Type" => "text/html"}, ["Alternative App"]] end