Sha256: 5d19accae91d3c4722aa50faf7f7c3f50b02ae774a4bc617c8504c06613fffb9

Contents?: true

Size: 169 Bytes

Versions: 13

Compression:

Stored size: 169 Bytes

Contents

# frozen_string_literal: true

RubyNext::Core.patch MatchData, method: :match, version: "3.1" do
  <<-RUBY
def match(index_or_name)
  self[index_or_name]
end
  RUBY
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ruby-next-core-1.1.1 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-1.1.0 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-1.0.3 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-1.0.2 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-1.0.1 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-1.0.0 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-1.0.0.rc.1 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-0.15.3 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-0.15.2 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-0.15.1 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-0.15.0 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-0.14.1 lib/ruby-next/core/matchdata/match.rb
ruby-next-core-0.14.0 lib/ruby-next/core/matchdata/match.rb