Actions
Bug #10593
closedEmoji is been considered as comment
Description
Unicode is been considered as comment.
Unicode | Bytes |
---|---|
U+0023 U+20E3 | \x23\xE2\x83\xA3 |
class Hash
alias #️⃣ to_hash
end
when you require or load this file, will result in: syntax error, unexpected end-of-input
.
current workaround:
class Hash
alias :"#️⃣" to_hash
end
Background: https://github.com/sferik/active_emoji/pull/8
Thanks in advance <3.
Actions
Like0
Like0Like0