Method: CM::Plugin::Configuration#wipe
- Defined in:
- lib/core/plugin/configuration.rb
#wipe ⇒ Object
Operations
40 41 42 43 44 45 |
# File 'lib/core/plugin/configuration.rb', line 40 def wipe if initialized? clear yield if block_given? end end |