class Regexp

def to_parser(&block)

Returns:
  • (::EacRubyUtils::RegexpParser) -
def to_parser(&block)
  ::EacRubyUtils::RegexpParser.new(self, &block)
end