Sha256: 5f424c56a61bbf7ca403b3dca62e4381d642a08997d7879f5df469e2a5422539

Contents?: true

Size: 182 Bytes

Versions: 26

Compression:

Stored size: 182 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

26 entries across 26 versions & 1 rubygems

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