Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ruby_parser/bm_sexp.rb
Instance Attribute Summary collapse
-
#lineno ⇒ Object
This is a hack used by the lexer to sneak in line numbers at the identifier level.
Instance Attribute Details
#lineno ⇒ Object
This is a hack used by the lexer to sneak in line numbers at the identifier level. This should be MUCH smaller than making process_token return [value, lineno] and modifying EVERYTHING that reduces tIDENTIFIER.
652 653 654 |
# File 'lib/ruby_parser/bm_sexp.rb', line 652 def lineno @lineno end |