class Perus::Pinger::Restart

Public Instance Methods

run() click to toggle source
# File lib/perus/pinger/commands/restart.rb, line 5
def run
    -> { `sudo reboot` }
end