Method: Puppet::Pops::Types::TypeSetReference#to_s

Defined in:
lib/puppet/pops/types/type_set_reference.rb

#to_sObject



54
55
56
# File 'lib/puppet/pops/types/type_set_reference.rb', line 54

def to_s
  "#{@owner.label} reference to TypeSet named '#{@name}'"
end