Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 27, 2019 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/d20b40e8828d9c43af74c6ad1d4e0cf4 to your computer and use it in GitHub Desktop.
Save Whateverable/d20b40e8828d9c43af74c6ad1d4e0cf4 to your computer and use it in GitHub Desktop.
evalable6
use MONKEY-TYPING; augment class Real { method foo { say self } }; 1.2.foo
(exit code 1)
===SORRY!=== Error while compiling /tmp/pHJibR6t6g
Cannot augment Real because it is closed
at /tmp/pHJibR6t6g:1
------> use MONKEY-TYPING; augment class Real⏏ { method foo { say self } }; 1.2.foo
expecting any of:
generic role
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment