Class: Observables::Hash
- Includes:
- HashWatcher
- Defined in:
- lib/observables/collections.rb
Constant Summary
Constants included from HashWatcher
Observables::HashWatcher::MODIFIER_METHODS, Observables::HashWatcher::REMOVE_METHODS
Instance Method Summary collapse
-
#initialize(*args) ⇒ Hash
constructor
A new instance of Hash.
Methods included from HashWatcher
Methods inherited from Hash
Constructor Details
#initialize(*args) ⇒ Hash
Returns a new instance of Hash.
11 12 13 |
# File 'lib/observables/collections.rb', line 11 def initialize(*args) super(*args) end |