class Regexp::Syntax::Ruby::V193

def initialize

def initialize
  super
  # these were added with update of Oniguruma to Unicode 6.0
  implements :property,    UnicodeProperty::V193
  implements :nonproperty, UnicodeProperty::V193
end