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