class Regexp::Syntax::Ruby::V191

def initialize

def initialize
  super
  implements :assertion, Assertion::Lookbehind +
    SubexpressionCall::All
  implements :backref, Backreference::All +
    SubexpressionCall::All
  implements :escape, CharacterType::Hex
  implements :property,
    UnicodeProperty::V190
  implements :nonproperty,
    UnicodeProperty::V190
  implements :quantifier,
    Quantifier::Possessive + Quantifier::IntervalPossessive
  implements :set,
    CharacterSet::POSIX::StandardNegative +
    CharacterSet::POSIX::Extensions +
    CharacterSet::POSIX::ExtensionsNegative +
    UnicodeProperty::V190
  implements :subset, CharacterSet::OpenClose +
    CharacterSet::Extended + CharacterSet::Types +
    CharacterSet::POSIX::Standard
end