class Chimp::ExecNoop
Public Instance Methods
run()
click to toggle source
# File lib/right_chimp/exec/exec_noop.rb, line 3 def run run_with_retry do # do nothing end end
# File lib/right_chimp/exec/exec_noop.rb, line 3 def run run_with_retry do # do nothing end end