Method: Puppet::Pops::Types::TypeParser#interpret_Object

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

#interpret_Object(o, context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



68
69
70
# File 'lib/puppet/pops/types/type_parser.rb', line 68

def interpret_Object(o, context)
  raise_invalid_type_specification_error(o)
end