Class: Geocoder::ConfigurationHash
- Includes:
- HashRecursiveMerge
- Defined in:
- lib/geocoder/configuration_hash.rb
Instance Method Summary collapse
Methods included from HashRecursiveMerge
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 |