Respond to an unknown method call
Output:
<a rel="nofollow" class="external text" href="https://docs.raku.org/language/typesystem#index-entry-FALLBACK_(method)">FALLBACK</a>
will be called for any method that is not defined. Since any class inherits from Any
, there will be plenty of already defined methods. Those which are not defined can also be used as L-Values by the magic of <a rel="nofollow" class="external text" href="https://docs.raku.org/type/Attribute#index-entry-trait_is_rw_(Attribute)-trait_is_rw">is rw</a>
.
Last updated