Class: Regexp::Syntax::Ruby::V20

Inherits:
V193 show all
Defined in:
lib/regexp_parser/syntax/ruby/2.0.0.rb

Overview

use the last 1.9 release as the base

Direct Known Subclasses

V21

Constant Summary

Constants included from Token

Token::All, Token::Map, Token::Types

Instance Method Summary collapse

Methods inherited from Base

#excludes, #implementation, #implements, #implements!, #implements?, #normalize, #normalize_backref, #normalize_group

Constructor Details

#initializeV20

Returns a new instance of V20.



8
9
10
11
12
# File 'lib/regexp_parser/syntax/ruby/2.0.0.rb', line 8

def initialize
  super

  #implements :escape, CharacterType::Hex
end