>>>>> "n" == nobu nokada <nobu.nokada / softhome.net> writes: n> Since top-level methods are module functions of Object, Well not really, top_level methods are private methods of Object. A module function is a private method and a public method of the singleton class Guy Decoux