Method: Representable::Config#remove
- Defined in:
- lib/representable/config.rb
#remove(name) ⇒ Object
17 18 19 |
# File 'lib/representable/config.rb', line 17 def remove(name) delete(name.to_s) end |
17 18 19 |
# File 'lib/representable/config.rb', line 17 def remove(name) delete(name.to_s) end |