Class: Gumdrop::Config

Inherits:
HashObject
  • Object
show all
Defined in:
lib/gumdrop/site.rb

Instance Method Summary collapse

Methods inherited from HashObject

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Gumdrop::HashObject

Instance Method Details

#get(key) ⇒ Object



278
279
280
# File 'lib/gumdrop/site.rb', line 278

def get(key)
  self[key]
end

#set(key, value) ⇒ Object



275
276
277
# File 'lib/gumdrop/site.rb', line 275

def set(key, value)
  self[key]= value
end