Class: OpenHash

Inherits:
Hash show all
Defined in:
lib/amazon-associates/extensions/core.rb

Instance Method Summary collapse

Methods inherited from Hash

#rekey!

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(meth, *args) ⇒ Object



13
14
15
16
17
# File 'lib/amazon-associates/extensions/core.rb', line 13

def method_missing(meth, *args)
  fetch(meth) do
    super
  end
end