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