Sha256: 0315dc141af3fe66a61c60de9b7151d5a3e1a462069c9fedab16da7c9ccae70a
Contents?: true
Size: 194 Bytes
Versions: 12
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true RubyNext::Core.patch Symbol, method: :start_with?, version: "2.7" do <<~RUBY def start_with?(*prefixes) to_s.start_with?(*prefixes) end RUBY end
Version data entries
12 entries across 12 versions & 1 rubygems