Method: HyperStore::InstanceMethods#state
- Defined in:
- lib/hyper-store/instance_methods.rb
#state ⇒ Object
24 25 26 |
# File 'lib/hyper-store/instance_methods.rb', line 24 def state @state ||= self.class.singleton_class.__state_wrapper.instance_state_wrapper.new(self) end |