roast
roast copied to clipboard
"method ^foo" is not tested
Either here or in Rakudo. Now that it's really starting to be used, it would need a test.
@JJ do you mean something like:
class Foo {
method ^foo { }
}
Foo.new.^foo;
I guess so...
I have somewhat hastily brewed PR for roast. Comments are welcome.