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
Example
def hello2(name = nil, **options) p name p options end hello2 'World'
Expected
$ ruby double.rb "World" {}
Actual
$ ~/Documents/jruby/bin/jruby -X+T double.rb nil {}
Example found here: https://dev.firmafon.dk/blog/drat-ruby-has-a-double-splat/
The text was updated successfully, but these errors were encountered:
Remind me to try this when all language specs as passing as I think it's covered there.
Sorry, something went wrong.
@chrisseaton This double splat issue appears to be fixed now, thanks!
No branches or pull requests
Example
Expected
Actual
Example found here: https://dev.firmafon.dk/blog/drat-ruby-has-a-double-splat/
The text was updated successfully, but these errors were encountered: