-
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Added umethod.bind_call(obj, ...) for faster replacement of umethod.bind(obj).call(...) in Ruby 2.7.
See https://bugs.ruby-lang.org/issues/15955 for details.
Describe the solution you'd like
Suggest bind_call(obj, ...) when bind(obj).call(...) used.