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
Naught.build(&:black_hole)
I am in the process of updating an app to Ruby 2.4.0.
I found I needed to use:
NullBeaneater = Naught.build do |config| config.black_hole end
form in place of the shorthand above.
I don't understand why specifically.
The text was updated successfully, but these errors were encountered:
This is a regression in Ruby 2.4.0: https://bugs.ruby-lang.org/issues/13074
The fix has been backported to the 2.4 branch, so it should be fixed in 2.4.1.
Sorry, something went wrong.
No branches or pull requests
I am in the process of updating an app to Ruby 2.4.0.
I found I needed to use:
form in place of the shorthand above.
I don't understand why specifically.
The text was updated successfully, but these errors were encountered: