-
Ryuta Kamizono authored
`bind_call(obj, ...)` is a faster alternative to `bind(obj).call(...)`. https://bugs.ruby-lang.org/issues/15955 Also, enable `Performance/BindCall` cop to detect those in the future.
Ryuta Kamizono authored`bind_call(obj, ...)` is a faster alternative to `bind(obj).call(...)`. https://bugs.ruby-lang.org/issues/15955 Also, enable `Performance/BindCall` cop to detect those in the future.
Loading