Sha256: a5a2ed16d9a489c260fc9b16b736f04596c5502690c0c28b1d277ca2bf34d4fc
Contents?: true
Size: 220 Bytes
Versions: 14
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true RubyNext::Core.patch UnboundMethod, method: :bind_call, version: "2.7" do <<~'RUBY' def bind_call(receiver, *args, &block) bind(receiver).call(*args, &block) end RUBY end
Version data entries
14 entries across 14 versions & 2 rubygems