Class: Regexp::Syntax::V2_6_2
- Defined in:
 - lib/regexp_parser/syntax/versions/2.6.2.rb
 
Direct Known Subclasses
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ V2_6_2 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of V2_6_2.
 
Constructor Details
#initialize ⇒ V2_6_2
Returns a new instance of V2_6_2.
      3 4 5 6 7 8  | 
    
      # File 'lib/regexp_parser/syntax/versions/2.6.2.rb', line 3 def initialize super implements :property, UnicodeProperty::V2_6_2 implements :nonproperty, UnicodeProperty::V2_6_2 end  |