Method: Bluth::Gob#retry!

Defined in:
lib/bluth.rb

#retry!(msg = nil) ⇒ Object



331
332
333
# File 'lib/bluth.rb', line 331

def retry!(msg=nil) 
  move! :high, msg
end