Merge branch 'pu/class_name' into wip
[nit.git] / lib / standard / kernel.nit
index 30c592d..17b3268 100644 (file)
@@ -47,6 +47,9 @@ interface Object
                '>'.output
        end
 
+       # Display class name on stdout (debug only).
+       fun output_class_name is intern 
+
        protected fun exit(exit_value: Int) is intern # Quit the program.
        protected fun sys: Sys is intern # The global sys object
 end