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