diff options
Diffstat (limited to 'lib/puppet/parser/parser_support.rb')
-rw-r--r-- | lib/puppet/parser/parser_support.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/parser/parser_support.rb b/lib/puppet/parser/parser_support.rb index e63483050..18d17252c 100644 --- a/lib/puppet/parser/parser_support.rb +++ b/lib/puppet/parser/parser_support.rb @@ -26,7 +26,7 @@ class Puppet::Parser::Parser message += " in file #{file}" end - return message + message end # Create an AST array out of all of the args @@ -40,7 +40,7 @@ class Puppet::Parser::Parser result = ast AST::ASTArray, :children => args end - return result + result end # Create an AST object, and automatically add the file and line information if |