Class: OpenHash
Instance Method Summary collapse
Methods inherited from Hash
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 |