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

Public Class Methods

new() click to toggle source
    # File lib/puppet/pops/parser/evaluating_parser.rb
156 def initialize()
157   @parser = EppParser.new()
158 end