Method: Puppet::FacterImpl#trace
- Defined in:
- lib/puppet/facter_impl.rb
#trace(value) ⇒ 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.
48 49 50 |
# File 'lib/puppet/facter_impl.rb', line 48 def trace(value) ::Facter.trace(value) if ::Facter.respond_to? :trace end |