Class: LexerKit::DFA::RegexAST::Any
- Inherits:
-
Data
- Object
- Data
- LexerKit::DFA::RegexAST::Any
- Defined in:
- lib/lexer_kit/dfa/regex_ast.rb
Overview
Any character (. pattern) - matches any byte except newline
Instance Attribute Summary collapse
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#meta ⇒ Object (readonly)
Returns the value of attribute meta
40 41 42 |
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 40 def @meta end |