Sha256: b02d3c5266bc4e899047958964120d31429fbabb04ae69236e7bfb878fdafa31

Contents?: true

Size: 169 Bytes

Versions: 47

Compression:

Stored size: 169 Bytes

Contents

unless Regexp.respond_to? :try_convert
  require 'backports/tools/arguments'

  def Regexp.try_convert(obj)
    Backports.try_convert(obj, Regexp, :to_regexp)
  end
end

Version data entries

47 entries across 47 versions & 4 rubygems

Version Path
backports-3.6.7 lib/backports/1.9.1/regexp/try_convert.rb
backports-3.6.6 lib/backports/1.9.1/regexp/try_convert.rb
backports-3.6.5 lib/backports/1.9.1/regexp/try_convert.rb
backports-3.6.4 lib/backports/1.9.1/regexp/try_convert.rb
backports-3.6.3 lib/backports/1.9.1/regexp/try_convert.rb
backports-3.6.2 lib/backports/1.9.1/regexp/try_convert.rb
backports-3.6.1 lib/backports/1.9.1/regexp/try_convert.rb