Method: Confg::Configuration#fetch

Defined in:
lib/confg/configuration.rb

#fetch(key, &block) ⇒ Object



47
48
49
# File 'lib/confg/configuration.rb', line 47

def fetch(key, &block)
  __getobj__.fetch(key.to_s, &block)
end