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