class Regexp::Syntax::V2_4_1

Public Class Methods

new() click to toggle source
Calls superclass method Regexp::Syntax::V2_4_0::new
# File lib/regexp_parser/syntax/versions/2.4.1.rb, line 3
def initialize
  super

  implements :group, Group::V2_4_1
end