We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27721a0 commit 0b58f37Copy full SHA for 0b58f37
doc/Type/Metamodel/ClassHOW.pod6
@@ -38,7 +38,7 @@ C<Metamodel::ClassHOW> is the meta class behind the C<class> keyword.
38
39
=head2 method add_fallback
40
41
- method add_fallback(Metamodel::ClassHOW:D: $condition, $calculator)
+ method add_fallback(Metamodel::ClassHOW:D: $obj, $condition, $calculator)
42
43
Installs a method fallback, that is, add a way to call methods that weren't
44
statically added.
0 commit comments