Method: Bluth::Gob#failure!

Defined in:
lib/bluth.rb

#failure!(msg = nil) ⇒ Object



334
335
336
337
338
# File 'lib/bluth.rb', line 334

def failure!(msg=nil)
  @etime = Time.now.utc.to_i
  self.handler.failure!
  move! :failed, msg
end