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

Version Path
ruby-next-core-1.1.1 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-1.1.0 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-1.0.3 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-1.0.2 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-1.0.1 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-1.0.0 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-1.0.0.rc.1 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.15.3 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.15.2 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.15.1 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.15.0 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.14.1 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.14.0 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.13.3 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.13.2 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.13.1 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.13.0 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.12.0 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.11.1 lib/ruby-next/core/symbol/end_with.rb
ruby-next-core-0.11.0 lib/ruby-next/core/symbol/end_with.rb