Nope, that was just a bug. Those methods were supposed to be removed by lines right before the call the saveImage(), but the removal was incomplete. Took me a while to get this sorted out, but I committed a fix in rev 10968,
Rick On Fri, Oct 9, 2015 at 1:03 PM, Erich Steinböck <[email protected]> wrote: > Rick, while updating rexxref to add doc for Class class method > DefineMethods (et al.), I noticed that Class class also reports those two > new/undocumented instance methods: > > - DefineClassMethod > - InheritInstanceMethods > > In setup.cpp I can see the following note, regarding them: > // these two are special and will be removed at the end of > // the image build > AddProtectedMethod("DefineClassMethod", RexxClass::defineClassMethod, 2); > AddProtectedMethod("InheritInstanceMethods", > RexxClass::inheritInstanceMethodsRexx, 1) > > Do I correctly assume that there's no need to document any of those two > for rexxref? > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > >
------------------------------------------------------------------------------
_______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
