You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# coding: utf-8
# 'α'.bytes => [206, 177]
class Blah
def α
p __method__
p __method__.to_s
p :α
p 'α'
p __method__ == :α
p __method__.to_s == 'α'
end
end
Blah.new.α
blah.rb
Environment
ruby 2.3.4p301 (2017-03-30 revision 58214) [x86_64-darwin15]
jruby 9.1.9.0 (2.3.3) 2017-05-15 28aa830 Java HotSpot(TM) 64-Bit Server VM 25.121-b13 on 1.8.0_121-b13 +jit [darwin-x86_64]
Darwin mac-mini.local 15.6.0 Darwin Kernel Version 15.6.0: Mon Jan 9 23:07:29 PST 2017; root:xnu-3248.60.11.2.1~1/RELEASE_X86_64 x86_64
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: