Class: LexerKit::DFA::RegexAST::Any

Inherits:
Data
  • Object
show all
Defined in:
lib/lexer_kit/dfa/regex_ast.rb

Overview

Any character (. pattern) - matches any byte except newline

Instance Attribute Summary collapse

Instance Attribute Details

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



40
41
42
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 40

def meta
  @meta
end