Method: Configatron::Store#remove

Defined in:
lib/gems/configatron-2.2.2/lib/configatron/store.rb

#remove(name) ⇒ Object

Removes a parameter. In the case of a nested parameter it will remove all below it.



82
83
84
# File 'lib/gems/configatron-2.2.2/lib/configatron/store.rb', line 82

def remove(name)
  @_store.delete(name.to_sym)
end