class Object def new self end def inspect return "" end end def puts(obj) __semantic_print(obj) end