Class: TurboBoost::Commands::StateStore::NoCoder
- Inherits:
-
Object
- Object
- TurboBoost::Commands::StateStore::NoCoder
- Defined in:
- lib/turbo_boost/commands/state_store.rb
Instance Method Summary collapse
Instance Method Details
#dump(value) ⇒ Object
7 8 9 |
# File 'lib/turbo_boost/commands/state_store.rb', line 7 def dump(value) value end |
#load(value) ⇒ Object
11 12 13 |
# File 'lib/turbo_boost/commands/state_store.rb', line 11 def load(value) value end |