# File lib/puppet/provider/nameservice.rb, line 204 204: def get(param) 205: (hash = getinfo(false)) ? hash[param] : nil 206: end