class Regexp::Syntax::V2_0_0

use the last 1.9 release as the base

Public Class Methods

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

  implements :keep,        Keep::All
  implements :conditional, Conditional::All
  implements :property,    UnicodeProperty::V2_0_0
  implements :nonproperty, UnicodeProperty::V2_0_0
  implements :type,        CharacterType::Clustered

  excludes   :property,    :newline
  excludes   :nonproperty, :newline
end