module TrickSerial::Serializer::CgiSession::SessionStoreDataHook::ModuleMethods

Public Instance Methods

included(target) click to toggle source
Calls superclass method
# File lib/trick_serial/serializer/cgi_session.rb, line 147
          def included target
            super
=begin
            target.class_eval do 
              alias :restore_without_trick_serial_serializer :restore
              alias :restore :restore_with_trick_serial_serializer
              alias :update_without_trick_serial_serializer :update
              alias :update :update_with_trick_serial_serializer
            end
=end
          end