Class: Rixie::Store::Null
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
Class Method Details
.deserialize(entry) ⇒ Object
14 15 16 |
# File 'lib/rixie/store/null.rb', line 14 def self.deserialize(entry) [] end |
Instance Method Details
#load(session_id) ⇒ Object
10 11 12 |
# File 'lib/rixie/store/null.rb', line 10 def load(session_id) [] end |
#save(session_id, context) ⇒ Object
6 7 8 |
# File 'lib/rixie/store/null.rb', line 6 def save(session_id, context) # no-op end |