Class: Rounders::Stores::Memory
- Defined in:
- lib/rounders/stores/memory.rb
Instance Method Summary collapse
Methods inherited from Store
Methods included from Plugins::Pluggable
Instance Method Details
#data ⇒ Object
4 5 6 |
# File 'lib/rounders/stores/memory.rb', line 4 def data @data ||= {} end |