Class: Regexp::Syntax::V2_4_1

Inherits:
V2_4_0
  • Object
show all
Defined in:
lib/regexp_parser/syntax/versions/2.4.1.rb

Instance Method Summary collapse

Constructor Details

#initializeV2_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