class Puppet::Pops::Parser::EvaluatingParser::EvaluatingEppParser

Public Class Methods

new() click to toggle source
# File lib/puppet/pops/parser/evaluating_parser.rb, line 146
def initialize()
  @parser = Puppet::Pops::Parser::EppParser.new()
end