You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit replaces an instance of bind(obj).call(args) with the more
performance bind_call(obj, args) method introduced in Ruby 2.7.
This was identified by the Rubocop Performance/BindCall cop.
0 commit comments