> use Test;
> class bar { method foo () {}}
> ok bar.can("foo"), "stuff";
ok 1 - stuffOn Fri, Mar 20, 2015 at 3:00 PM, Tom Browder <[email protected]> wrote: > On Mar 20, 2015 1:50 PM, "Will Coleda" <[email protected]> wrote: >> class bar { method foo () {}} >> my bar $a = bar.new(); >> say so $a.can("foo"); > > Great! > >> I'm not sure this warrants a new _ok method. > > How would you do it with an existing test? > > Thanks, Will. > > Cheers! > > -Tom -- Will "Coke" Coleda
