Sha256: 9a5abf57e55e9c33e64c2f268448a59530e04dc79c9c2a1461f4e7904ddc217e
Contents?: true
Size: 408 Bytes
Versions: 23
Compression:
Stored size: 408 Bytes
Contents
require File.expand_path('../1.9.2', __FILE__) module Regexp::Syntax module Ruby class V193 < Regexp::Syntax::Ruby::V192 include Regexp::Syntax::Token def initialize super # these were added with update of Oniguruma to Unicode 6.0 implements :property, UnicodeProperty::V193 implements :nonproperty, UnicodeProperty::V193 end end end end
Version data entries
23 entries across 23 versions & 1 rubygems