Skip to content

Instantly share code, notes, and snippets.

@headius
Created July 25, 2013 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save headius/6076504 to your computer and use it in GitHub Desktop.
Save headius/6076504 to your computer and use it in GitHub Desktop.
Reproduction for JRUBY-6055
# -*- mode: ruby; coding: utf-8 -*-
def こんにちは
unless __method__ == :'こんにちは'
raise "%s is not equals to %s" % [__method__, :'こんにちは']
end
end
こんにちは
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment