Sha256: d73ad4398dde28979b4249ec553230b56218770ca6676e3d28f95ffa8bc62f2a
Contents?: true
Size: 487 Bytes
Versions: 62
Compression:
Stored size: 487 Bytes
Contents
module Regexp::Syntax # use the last 1.9 release as the base class V2_0_0 < Regexp::Syntax::V1_9 def initialize super implements :keep, Keep::All implements :conditional, Conditional::All implements :property, UnicodeProperty::V2_0_0 implements :nonproperty, UnicodeProperty::V2_0_0 implements :type, CharacterType::Clustered excludes :property, :newline excludes :nonproperty, :newline end end end
Version data entries
62 entries across 49 versions & 12 rubygems