We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jruby 9.1.5.0 (2.3.1) 2016-09-07 036ce39 OpenJDK 64-Bit Server VM 25.72-b15 on 1.8.0_72-b15 +jit [OpenBSD-x86_64] OpenBSD foo 6.0 GENERIC.MP#0 amd64
Also tested with 9.1.1.0 on Windows, same issue.
module S private def S(v) p v; end refine Object do include S end end using S S(1)
On ruby, prints 1.
On jruby:
NoMethodError: undefined method `S' for main:Object <main> at /home/billg/refinement_test.rb:12
The text was updated successfully, but these errors were encountered:
This works after #5604 and #5627.
Sorry, something went wrong.
Both PRs and additional fixes have been merged.
No branches or pull requests
Environment
jruby 9.1.5.0 (2.3.1) 2016-09-07 036ce39 OpenJDK 64-Bit Server VM 25.72-b15 on 1.8.0_72-b15 +jit [OpenBSD-x86_64]
OpenBSD foo 6.0 GENERIC.MP#0 amd64
Also tested with 9.1.1.0 on Windows, same issue.
Expected Behavior
On ruby, prints 1.
Actual Behavior
On jruby:
The text was updated successfully, but these errors were encountered: