class Perus::Pinger::Sleep

Public Instance Methods

run() click to toggle source
# File lib/perus/pinger/commands/sleep.rb, line 6
def run
    sleep(options.duration.to_i)
end