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.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.