Sha256: a0f82c3feaac838403093ae64c30958022f352a959e26fb865e68908ac7c7c55
Contents?: true
Size: 188 Bytes
Versions: 12
Compression:
Stored size: 188 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
12 entries across 12 versions & 1 rubygems