Method: NsOptions::NamespaceData#reset
- Defined in:
- lib/ns-options/namespace_data.rb
#reset ⇒ Object
104 105 106 107 |
# File 'lib/ns-options/namespace_data.rb', line 104 def reset .each {|name, opt| opt.reset} child_namespaces.each {|name, ns| ns.reset} end |