# File lib/rubyipmi/ipmitool/commands/power.rb, line 18
    def on
      if off?
        command("on")
      else
         return true
      end
    end