Runs then-function in case of success
Parameters:
Success handler
Returns:
Result of then-function call
582 583 584
# File 'lib/bellite.rb', line 582 def done(success, &blk) return then_(success||blk,false) end