ammar/regexp_parser

View on GitHub
lib/regexp_parser/expression/classes/keep.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Regexp::Expression
  module Keep
    # TOOD: in regexp_parser v3.0.0 this should possibly be a Subexpression
    #       that contains all expressions to its left.
    class Mark < Regexp::Expression::Base; end
  end
end