On 15.08.2024 15:38, Rick McGuire wrote:
On Thu, Aug 15, 2024 at 8:05 AM Rony G. Flatscher
wrote:
... cut ...
I'm not seeing anything that appears to be missing from .String~instancemethods, so I'm not seeing
any problem here.
Oops, you are right, there was a coding error (corrected cod
On Thu, Aug 15, 2024 at 8:05 AM Rony G. Flatscher
wrote:
> It seems that "instanceMethods", without a class_object argument, does not
> return all the class methods that are available to the receiving class
> object (whereas it returns correctly all the instance methods in the case
> of instances
It seems that "instanceMethods", without a class_object argument, does not return all the class
methods that are available to the receiving class object (whereas it returns correctly all the
instance methods in the case of instances).
The following code will invoke the routine "testInstanceMeth