Class: Regexp::Syntax::Ruby::V215
- Inherits:
-
V214
- Object
- Base
- V186
- V187
- V18
- V191
- V192
- V193
- V19
- V200
- V20
- V210
- V212
- V213
- V214
- Regexp::Syntax::Ruby::V215
- Defined in:
- lib/regexp_parser/syntax/ruby/2.1.5.rb
Direct Known Subclasses
Constant Summary
Constants included from Token
Token::All, Token::Map, Token::Types
Instance Method Summary collapse
-
#initialize ⇒ V215
constructor
A new instance of V215.
Methods inherited from Base
#excludes, #implementation, #implements, #implements!, #implements?, #normalize, #normalize_backref, #normalize_group
Constructor Details
#initialize ⇒ V215
Returns a new instance of V215.
7 8 9 |
# File 'lib/regexp_parser/syntax/ruby/2.1.5.rb', line 7 def initialize super end |