Method: Cellar#clear
- Defined in:
- lib/cellar.rb
#clear ⇒ Object
109 110 111 112 |
# File 'lib/cellar.rb', line 109 def clear @values = [] self end |
109 110 111 112 |
# File 'lib/cellar.rb', line 109 def clear @values = [] self end |