Provides methods to create and destroy objects. Basically controls their "existence".
# File lib/authlogic/session/existence.rb, line 11 def self.included(klass) klass.class_eval do extend ClassMethods include InstanceMethods attr_accessor :new_session, :record end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.