Object
# File ruby-3.1.2/lib/racc/sourcetext.rb, line 16 def initialize(text, filename, lineno) @text = text @filename = filename @lineno = lineno end
# File ruby-3.1.2/lib/racc/sourcetext.rb, line 30 def location "#{@filename}:#{@lineno}" end
# File ruby-3.1.2/lib/racc/sourcetext.rb, line 26 def to_s "#<SourceText #{location()}>" end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.