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