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
This is supported in MRI 2.6 when proc composition was added.
truffleruby 19.3.0, like ruby 2.6.2, GraalVM CE Native [x86_64-darwin]
To reproduce:
$ ruby -e 'p = ->(x) { x }; def a(x); x; end; method(:a) >> p'
Error:
-e:1:in `<main>': undefined method `>>' for #<Method: Object(Object)#a -e:1>:Method (NoMethodError)
The text was updated successfully, but these errors were encountered:
[GR-20075] Implement Method#<< and Method#>> (#1821).
192c776
PullRequest: truffleruby/1182
Thanks for the bug report @deepj . This has been resolved at 192c776.
Sorry, something went wrong.
bjfish
No branches or pull requests
This is supported in MRI 2.6 when proc composition was added.
To reproduce:
Error:
The text was updated successfully, but these errors were encountered: