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