Method: Bluth::Gob#clear!

Defined in:
lib/bluth.rb

#clear!Object



295
296
297
298
299
# File 'lib/bluth.rb', line 295

def clear!
  @attempts = 0
  @messages = []
  save
end