class SrcLexer::Lexer::PosInfo
Attributes
char_no[RW]
index[RW]
line_no[RW]
Public Class Methods
new()
click to toggle source
# File lib/src_lexer.rb, line 55 def initialize @index = 0 @line_no = 1 @char_no = 1 end