Method: Garcon::Stash::Store#clear

Defined in:
lib/garcon/stash/store.rb

#clearStash

Remove all keys and values from the stash.

Returns:



364
365
366
367
368
# File 'lib/garcon/stash/store.rb', line 364

def clear
  @table.clear
  @journal.clear
  self
end