irb
irb copied to clipboard
A method what is named with an encoding what is incompatible with `Encoding.default_external` causes crash
- input
define_method "a".encode(Encoding::UTF_16) do endand Enter on UTF-8 terminal env - press Tab
- crash