# File lib/rubyipmi/ipmitool/commands/fru.rb, line 31
    def list
      if @list.count < 1
        parse(getfrus)
      end
      @list
    end