class Regexp::Syntax::V2_2_0

Public Class Methods

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

  implements :property,    UnicodeProperty::V2_2_0
  implements :nonproperty, UnicodeProperty::V2_2_0
end