Method: Puppet::Pops::Lookup::ExplainMerge#options_wo_strategy
- Defined in:
- lib/puppet/pops/lookup/explainer.rb
#options_wo_strategy ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
305 306 307 308 309 310 311 312 |
# File 'lib/puppet/pops/lookup/explainer.rb', line 305 def = @merge. if !.nil? && .include?('strategy') = .dup .delete('strategy') end .empty? ? nil : end |