# File lib/rubyipmi/freeipmi/commands/fru.rb, line 9
    def initialize(opts = ObservableHash.new)
        super("ipmi-fru", opts)
        @list = {}
    end