Object
# File lib/interact/progress.rb, line 60 def initialize(&ret) @return = ret end
# File lib/interact/progress.rb, line 72 def fail(&callback) @return.call("FAILED", :error, callback) end
# File lib/interact/progress.rb, line 68 def give_up(&callback) @return.call("GAVE UP", :bad, callback) end
# File lib/interact/progress.rb, line 64 def skip(&callback) @return.call("SKIPPED", :warning, callback) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.