Method: Spider::Session#transient
- Defined in:
- lib/spiderfw/controller/session.rb
#transient ⇒ Object
92 93 94 95 |
# File 'lib/spiderfw/controller/session.rb', line 92 def transient restore unless @restored @data[:_transient] ||= TransientHash.new end |