Top-level methods from the Object class

This is a non-exaustive list that targets conflict-prone names.

Property definitions

gen_nit :: gen_nit $ Sys :: methods_in_object
	# Top-level methods from the `Object` class
	#
	# This is a non-exaustive list that targets conflict-prone names.
	var methods_in_object: Array[String] is lazy do return [
		"class_name", "get_time", "hash", "inspect", "inspect_head",
		"is_same_type", "is_same_instance", "object_id", "output",
		"output_class_name", "sys", "to_s"]
lib/gen_nit/gen_nit.nit:30,2--36,37