MAKE YOUR RUBY SCRIPT
CONFUSING
SATOSHI TAGOMORI (@TAGOMORIS)
CONSTANT
DO YOU UNDERSTAND
ABOUT CONSTANT
IN RUBY?
Constant
Name

starts with capital alphabetical letters

can be overwritten (with warnings)
Samples...
(Re) Constant
Name

starts with capital alphabetical letters

can be overwritten (with warnings)
Try some Ruby versions!
Nobu did it (as always)
Feature #13770:

"Can't create valid Cyrillic-named class/module"
http://d.hatena.ne.jp/nagachika/20180410/ruby_trunk_changes_63127_63130
https://bugs.ruby-lang.org/issues/13770
What I did:
rb_enc_isupper()
"UPPER" in Onigmo
UnicodeData.txt
http://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt
List "CAPITAL" "LETTER A"
from UnicodeData.txt using Ruby
Try this script ...
"A" with something above
"A" with something below
"A" with something above & below
"A" with something on left shoulder
"A" with something on right
"A" with something on both
"A": something interesting
https://emojipedia.org/tag-latin-capital-letter-a/
ENJOY MAKING RUBY SCRIPT
CONFUSING!
"Always code as if the guy who ends up
maintaining your code will be a violent
psychopath who knows where you live."
-- John F. Woods
https://groups.google.com/forum/#!msg/comp.lang.c++/rYCO5yn4lXw/oITtSkZOtoUJ
https://stackoverflow.com/questions/876089/who-wrote-this-programing-saying-always-code-as-if-the-guy-who-ends-up-maintai

Make Your Ruby Script Confusing