Method: Bluth::Gob#success!
- Defined in:
- lib/bluth.rb
#success!(msg = nil) ⇒ Object
339 340 341 342 343 |
# File 'lib/bluth.rb', line 339 def success!(msg=nil) @etime = Time.now.utc.to_i self.handler.success! move! :successful, msg end |