Method name with non-ASCII characters · Issue #453 · ruby/rbs
Ruby allows you to define a method with non-ASCII characters, but RBS doesn't. The following code in Ruby is valid. def こんにちは end But RBS raises an error with the following RBS code. # It is invali...