Method: Puppet::Pops::Types::PAnyType#name

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

#nameString

Returns the name of the type, without parameters

Returns:

  • (String)

    the name of the type



313
314
315
# File 'lib/puppet/pops/types/types.rb', line 313

def name
  simple_name
end