Class: Observables::Hash

Inherits:
Hash show all
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

Methods included from HashWatcher

#[]=, #changes_for

Methods inherited from Hash

#make_observable

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