diff options
Diffstat (limited to 'lib/puppet/parser/ast.rb')
| -rw-r--r-- | lib/puppet/parser/ast.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/ast.rb b/lib/puppet/parser/ast.rb index 5eb4ebaa2..d690ff1a8 100644 --- a/lib/puppet/parser/ast.rb +++ b/lib/puppet/parser/ast.rb @@ -15,7 +15,7 @@ module Puppet [:typecheck, true, "Whether to validate types during parsing."], [:paramcheck, true, "Whether to validate parameters during parsing."] ) - attr_accessor :line, :file, :parent + attr_accessor :line, :file, :parent, :scope # Just used for 'tree', which is only used in debugging. @@pink = "[0;31m" |
