# File lib/racc/sourcetext.rb, line 15 def initialize(text, filename, lineno) @text = text @filename = filename @lineno = lineno end