Class: VinData::ConfigurationHash

Inherits:
Hash
  • Object
show all
Includes:
HashRecursiveMerge
Defined in:
lib/vindata/configuration.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

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



70
71
72
# File 'lib/vindata/configuration.rb', line 70

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