Sha256: 81c5f6b90f7882c9a3b337057d2f3099507cd73130ffa7363694059c94ae5b17
Contents?: true
Size: 176 Bytes
Versions: 26
Compression:
Stored size: 176 Bytes
Contents
# frozen_string_literal: true RubyNext::Core.patch Symbol, method: :end_with?, version: "2.7" do <<-RUBY def end_with?(*prefixes) to_s.end_with?(*prefixes) end RUBY end
Version data entries
26 entries across 26 versions & 1 rubygems