class Puppet::Pops::Model::RenderStringExpression
Public Class Methods
_pcore_type()
click to toggle source
# File lib/puppet/pops/model/ast.rb 3829 def self._pcore_type 3830 @_pcore_type ||= Types::PObjectType.new('Puppet::AST::RenderStringExpression', { 3831 'parent' => LiteralString._pcore_type 3832 }) 3833 end