class ActionController::RequestForgeryProtection::ProtectionMethods::NullSession::NullSessionHash

:nodoc:

def exists?

def exists?
  true
end

def initialize(env)

:nodoc:
def initialize(env)
  super(nil, env)
  @data = {}
  @loaded = true
end