Sha256: 6569d9ee0962eb97c6979782183d5696756ee0bfe62166069f7e081cd1813d34
Contents?: true
Size: 1.01 KB
Versions: 5
Compression:
Stored size: 1.01 KB
Contents
require File.expand_path('../1.8', __FILE__) module Regexp::Syntax module Ruby class V191 < Regexp::Syntax::Ruby::V18 include Regexp::Syntax::Token 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 end end end
Version data entries
5 entries across 5 versions & 1 rubygems