Sha256: 7c088331f7cfd67e034da135fad292bffd3d35a938111d9dd3ee4d9980c4030a

Contents?: true

Size: 118 Bytes

Versions: 26

Compression:

Stored size: 118 Bytes

Contents

unless Regexp.method_defined? :match?
  class Regexp
    def match?(*args)
      !match(*args).nil?
    end
  end
end

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
backports-3.25.0 lib/backports/2.4.0/regexp/match.rb
backports-3.24.1 lib/backports/2.4.0/regexp/match.rb
backports-3.24.0 lib/backports/2.4.0/regexp/match.rb
backports-3.23.0 lib/backports/2.4.0/regexp/match.rb
backports-3.22.1 lib/backports/2.4.0/regexp/match.rb
backports-3.22.0 lib/backports/2.4.0/regexp/match.rb
backports-3.21.0 lib/backports/2.4.0/regexp/match.rb
backports-3.20.2 lib/backports/2.4.0/regexp/match.rb
backports-3.20.1 lib/backports/2.4.0/regexp/match.rb
backports-3.20.0 lib/backports/2.4.0/regexp/match.rb
backports-3.19.0 lib/backports/2.4.0/regexp/match.rb
backports-3.18.2 lib/backports/2.4.0/regexp/match.rb
backports-3.18.1 lib/backports/2.4.0/regexp/match.rb
backports-3.18.0 lib/backports/2.4.0/regexp/match.rb
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/backports-3.12.0/lib/backports/2.4.0/regexp/match.rb
backports-3.17.2 lib/backports/2.4.0/regexp/match.rb
backports-3.17.1 lib/backports/2.4.0/regexp/match.rb
backports-3.17.0 lib/backports/2.4.0/regexp/match.rb
backports-3.16.1 lib/backports/2.4.0/regexp/match.rb
backports-3.16.0 lib/backports/2.4.0/regexp/match.rb