class Regexp::Syntax::Ruby::V200

def initialize

def initialize
  super
  implements :keep,        Keep::All
  implements :conditional, Conditional::All
  implements :property,    UnicodeProperty::V200
  implements :nonproperty, UnicodeProperty::V200
  implements :type,        CharacterType::Clustered
  implements :set,         CharacterSet::Clustered
  implements :subset,      CharacterSet::Clustered
end