: '''[info object] definition''' ''object method'' Returns the pair of words that the method, ''method'', on the [TclOO] [object] instance, ''object'', is defined as being; the first word is the list of arguments (together with any information about defaults) and the second is the body script. Note also that these are the values that you would pass to the '''method''' [oo::objdefine%|%definition] to recreate the method. <>Command