Method: Dictionary#clear
- Defined in:
- lib/merb-core/vendor/facets/dictionary.rb
#clear ⇒ Object
247 248 249 250 |
# File 'lib/merb-core/vendor/facets/dictionary.rb', line 247 def clear @order = [] @hash.clear end |
247 248 249 250 |
# File 'lib/merb-core/vendor/facets/dictionary.rb', line 247 def clear @order = [] @hash.clear end |