.nil,
methods returns a Supplier object
for only the instance methods of the receiving class.
If a class_object is specified,
this method returns a Supplier object containing only the instance methods
that class_object defines.
setMethod or
define method
are included with the other methods that
methods returns. The hidden methods
have .nil for their associated method.objsupp = .object~methods
do while objsupp~available
say objsupp~index -- displays all instance method
objsupp~next -- names of the Object class
end