Class: Regexp::Syntax::V2_4_1
- Defined in:
 - lib/regexp_parser/syntax/versions/2.4.1.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ V2_4_1 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of V2_4_1.
 
Constructor Details
#initialize ⇒ V2_4_1
Returns a new instance of V2_4_1.
      3 4 5 6 7  | 
    
      # File 'lib/regexp_parser/syntax/versions/2.4.1.rb', line 3 def initialize super implements :group, Group::V2_4_1 end  |