We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f4b70 commit 8577b48Copy full SHA for 8577b48
server/lib/puppet-debugserver/hooks.rb
@@ -58,6 +58,18 @@ module PuppetDebugServer
58
# Fires after the Puppet::Parser::Functions is reset
59
# Arguments:
60
# Puppet::Parser::Functions - Instance of Puppet::Parser::Functions
61
+ #
62
+ # :hook_before_pops_evaluate
63
+ # Fires before an item in the AST is evaluated
64
+ # Arguments:
65
+ # The Pops object about to be evaluated
66
+ # The scope of the Pops object
67
68
+ # :hook_after_pops_evaluate
69
+ # Fires after an item in the AST is evaluated
70
71
72
73
74
class Hooks
75
def initialize
0 commit comments