# New Ticket Created by Wenzel Peppmeyer
# Please include the string: [perl #130501]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=130501 >
use MONKEY-TYPING; augment class Bool { method m { say 'oi‽' } }; (1 < 2).m
# It's at least ENOSPEC and ENODOC and may be a undesired side effect of
# leaking Rakudo internals.
# It's a little confusing that `augment enum` doesn't work, because it
# works for role, class and slang.
# please update: https://github.com/perl6/doc/issues/1115
# please update: https://github.com/perl6/roast/issues/214