class Puppet::Pops::Parser::EvaluatingParser::EvaluatingEppParser
Public Class Methods
new()
click to toggle source
# File lib/puppet/pops/parser/evaluating_parser.rb 157 def initialize() 158 @parser = EppParser.new() 159 end