Class: Geocoder::ConfigurationHash

Inherits:
Hash
  • Object
show all
Includes:
HashRecursiveMerge
Defined in:
lib/geocoder/configuration_hash.rb

Instance Method Summary collapse

Methods included from HashRecursiveMerge

#rmerge, #rmerge!

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(meth, *args, &block) ⇒ Object



7
8
9
# File 'lib/geocoder/configuration_hash.rb', line 7

def method_missing(meth, *args, &block)
  has_key?(meth) ? self[meth] : super
end