Sha256: ae3a54f6950efe8228438d10dc36eb2b1ed01add6562c976fc3686a7c093e74a
Contents?: true
Size: 706 Bytes
Versions: 5
Compression:
Stored size: 706 Bytes
Contents
module Regexp::Syntax class V1_8_6 < Regexp::Syntax::Base def initialize super implements :anchor, Anchor::All implements :assertion, Assertion::Lookahead implements :backref, Backreference::V1_8_6 implements :posixclass, PosixClass::Standard implements :group, Group::V1_8_6 implements :meta, Meta::Extended implements :set, CharacterSet::All implements :type, CharacterType::Extended implements :escape, Escape::Basic + Escape::ASCII + Escape::Meta + Escape::Control implements :quantifier, Quantifier::Greedy + Quantifier::Reluctant + Quantifier::Interval + Quantifier::IntervalReluctant end end end
Version data entries
5 entries across 5 versions & 4 rubygems