# File lib/facter/util/resolution.rb, line 134
134:   def interpreter=(interp)
135:     Facter.warnonce "The 'Facter::Util::Resolution.interpreter=' method is deprecated and will be removed in a future version."
136:     @interpreter = interp
137:   end