class Regexp::Syntax::V1_9_3

Public Class Methods

new() click to toggle source
Calls superclass method Regexp::Syntax::V1_9_1::new
# File lib/regexp_parser/syntax/versions/1.9.3.rb, line 3
def initialize
  super

  # these were added with update of Oniguruma to Unicode 6.0
  implements :property,    UnicodeProperty::V1_9_3
  implements :nonproperty, UnicodeProperty::V1_9_3
end