# File lib/rubyipmi/freeipmi/commands/power.rb, line 27 def cycle # if the system is off turn it on if off? on else command("cycle") end end