# File lib/rubyipmi/ipmitool/commands/bmc.rb, line 16
    def info
      if @bmcinfo.length > 0
        @bmcinfo
      else
        retrieve
      end
    end