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