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

:nodoc:

def destroy; end

no-op
def destroy; end

def enabled?

def enabled?
  false
end

def exists?

def exists?
  true
end

def initialize(req)

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