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