# File lib/facter/util/fact.rb, line 124 def extract_ldapname_option!(options) if options[:ldapname] Facter.warnonce("ldapname is deprecated and will be removed in a future version") self.ldapname = options.delete(:ldapname) end end