# File lib/rack/mock_session.rb, line 7 def initialize(app, default_host = Rack::Test::DEFAULT_HOST) @app = app @default_host = default_host end