class Rage::Configuration

def session

Returns:
  • (Rage::Configuration::Session) -
def session
  @session ||= Session.new
end