class Regexp::Syntax::V1_9_3

def initialize

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