Object
# File racc/sourcetext.rb, line 16 def initialize(text, filename, lineno) @text = text @filename = filename @lineno = lineno end
# File racc/sourcetext.rb, line 30 def location "#{@filename}:#{@lineno}" end
# File racc/sourcetext.rb, line 26 def to_s "#<SourceText #{location()}>" end
This page was generated for Ruby 3.1.0
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.