module Rack::Test::Methods

def current_session

which the delegated methods are sent.
Return the currently actively session. This is the session to
def current_session
  @_rack_test_current_session ||= rack_test_session
end