Class: Puppet::Pops::Parser::EvaluatingParser::EvaluatingEppParser
- Inherits:
-
EvaluatingParser
- Object
- EvaluatingParser
- Puppet::Pops::Parser::EvaluatingParser::EvaluatingEppParser
- Defined in:
- lib/puppet/pops/parser/evaluating_parser.rb
Instance Method Summary collapse
-
#initialize ⇒ EvaluatingEppParser
constructor
A new instance of EvaluatingEppParser.
Constructor Details
#initialize ⇒ EvaluatingEppParser
Returns a new instance of EvaluatingEppParser.
160 161 162 |
# File 'lib/puppet/pops/parser/evaluating_parser.rb', line 160 def initialize @parser = EppParser.new() end |