Method: Cellar#clear

Defined in:
lib/cellar.rb

#clearObject



109
110
111
112
# File 'lib/cellar.rb', line 109

def clear
  @values = []
  self
end