# File lib/puppet/provider/package/openbsd.rb, line 50 50: def self.listcmd 51: [command(:pkginfo), " -a"] 52: end