Method: Puppet::Pops::Types::RecursionGuard#initialize

Defined in:
lib/puppet/pops/types/recursion_guard.rb

#initializeRecursionGuard

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.

Returns a new instance of RecursionGuard.



19
20
21
# File 'lib/puppet/pops/types/recursion_guard.rb', line 19

def initialize
  @state = NO_SELF_RECURSION
end