Class: Regexp::Syntax::Ruby::V210
Direct Known Subclasses
Constant Summary
Constants included from Token
Token::All, Token::Map, Token::Types
Instance Method Summary collapse
-
#initialize ⇒ V210
constructor
A new instance of V210.
Methods inherited from Base
#excludes, #implementation, #implements, #implements!, #implements?, #normalize, #normalize_backref, #normalize_group
Constructor Details
#initialize ⇒ V210
Returns a new instance of V210.
7 8 9 |
# File 'lib/regexp_parser/syntax/ruby/2.1.0.rb', line 7 def initialize super end |