Sha256: 2cb28a2b2d22febaccc65f3d7281449ef85e61d617b60d3adf9660088cf992b9

Contents?: true

Size: 212 Bytes

Versions: 246

Compression:

Stored size: 212 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/regexp_parser'

class Regexp
  # @return [::EacRubyUtils::RegexpParser]
  def to_parser(&block)
    ::EacRubyUtils::RegexpParser.new(self, &block)
  end
end

Version data entries

246 entries across 246 versions & 4 rubygems

Version Path
eac_ruby_utils-0.124.0 lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.97.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_ruby_utils-0.123.0 lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_ruby_utils-0.121.0 lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_ruby_utils-0.120.0 lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.76.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.76.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.75.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_ruby_utils-0.119.2 lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.75.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.75.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_ruby_utils-0.119.1 lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.74.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.74.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.73.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_ruby_utils-0.119.0 lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.72.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_ruby_utils-0.118.1 lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_ruby_utils-0.118.0 lib/eac_ruby_utils/patches/regexp/to_parser.rb
eac_tools-0.70.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/regexp/to_parser.rb