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
Describe the bug The following warnings occur in JRuby 9.4.0.0.
warning: parentheses after method name is interpreted as an argument list, not a decomposed argument
To Reproduce 1.install JRuby 9.4.0.0.
2.install rethinkdb-ruby(rethinkdb-2.4.0.0) gem install rethinkdb
gem install rethinkdb
3.require rethinkdb-ruby require 'rethinkdb'
require 'rethinkdb'
The problem 1.rethinkdb-2.4.0.0/lib/rethinkdb.rb
line: 21
def unbound_if (x, name = nil) => def unbound_if(x, name = nil)
2.rethinkdb-2.4.0.0/lib/rpp.rb
line: 96
def self.can_prefix (name, args) => def self.can_prefix(name, args)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The following warnings occur in JRuby 9.4.0.0.
warning: parentheses after method name is interpreted as an argument list, not a decomposed argument
To Reproduce
1.install JRuby 9.4.0.0.
2.install rethinkdb-ruby(rethinkdb-2.4.0.0)
gem install rethinkdb
3.require rethinkdb-ruby
require 'rethinkdb'
The problem
1.rethinkdb-2.4.0.0/lib/rethinkdb.rb
line: 21
2.rethinkdb-2.4.0.0/lib/rpp.rb
line: 96
The text was updated successfully, but these errors were encountered: