# File lib/puppet/provider/package/aix.rb, line 103 103: def self.instances 104: pkglist.collect do |hash| 105: new(hash) 106: end 107: end