Module: Puppet::Parser::Functions

Defined in:
lib/puppet-debugserver/puppet_monkey_patches.rb

Class Method Summary collapse

Class Method Details

.original_resetObject



99
# File 'lib/puppet-debugserver/puppet_monkey_patches.rb', line 99

alias original_reset reset

.resetObject



101
102
103
104
105
# File 'lib/puppet-debugserver/puppet_monkey_patches.rb', line 101

def reset
  result = original_reset
  PuppetDebugServer::PuppetDebugSession.instance.execute_hook(:hook_after_parser_function_reset, [self])
  result
end