On Sun, Mar 22, 2015 at 6:22 PM, Henk van Oers <[email protected]> wrote: > On Sun, 22 Mar 2015, Tom Browder wrote: >> On Fri, Mar 20, 2015 at 2:02 PM, Tom Browder <[email protected]> >> wrote: >>> On Mar 20, 2015 1:51 PM, "Tobias Leich" <[email protected]> wrote: >>>> if $obj.^can($method_name) {... >> That doesn't seem to work with private methods. Any trick to accomplish >> that? > What part of 'private' did you mis? > If you write private methods you do not need introspection.
I'm trying to write a test. -Tom
