We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
I'm not sure why this method is missing. It looks like it is defined in FileNodes
puts File.realpath('../', __FILE__)
Expected (ruby-2.1):
/Users/brandonfish/Documents/jruby-patches
Actual
in `method_missing': undefined method `realpath' for Class (NoMethodError) from rang.rb:2:in `<main>'
The text was updated successfully, but these errors were encountered:
It looks like it's working on master:
> bin/jruby -X+T -v jruby 9.0.0.0-SNAPSHOT (2.2.1) 2015-04-02 4ee44e4 Java HotSpot(TM) 64-Bit Server VM 24.76-b04 on 1.7.0_76-b13 +jit [linux-amd64] > bin/jruby -X+T -e 'p File.realpath("../", __FILE__)' "/opt/jruby"
Sorry, something went wrong.
@nirvdrum Yes, it looks good.
No branches or pull requests
I'm not sure why this method is missing. It looks like it is defined in FileNodes
Expected (ruby-2.1):
Actual
The text was updated successfully, but these errors were encountered: