class Regexp::Syntax::V2_6_3

Public Class Methods

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

  implements :property,    UnicodeProperty::V2_6_3
  implements :nonproperty, UnicodeProperty::V2_6_3
end