SILENT KILLERPanel

Current Path: > > opt > > alt > ruby31 > share > ruby > racc


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt//alt/ruby31/share/ruby/racc

NameTypeSizeLast ModifiedActions
compat.rb File 538 bytes April 28 2025 17:36:08.
debugflags.rb File 1325 bytes April 28 2025 17:36:08.
exception.rb File 272 bytes April 28 2025 17:36:08.
grammar.rb File 22710 bytes April 28 2025 17:36:08.
grammarfileparser.rb File 15167 bytes April 28 2025 17:36:08.
info.rb File 297 bytes April 28 2025 17:36:08.
iset.rb File 1268 bytes April 28 2025 17:36:08.
logfilegenerator.rb File 5165 bytes April 28 2025 17:36:08.
parser-text.rb File 18417 bytes April 28 2025 17:36:08.
parser.rb File 18348 bytes April 28 2025 17:36:08.
parserfilegenerator.rb File 10836 bytes April 28 2025 17:36:08.
sourcetext.rb File 539 bytes April 28 2025 17:36:08.
state.rb File 20281 bytes April 28 2025 17:36:08.
statetransitiontable.rb File 8002 bytes April 28 2025 17:36:08.
static.rb File 137 bytes April 28 2025 17:36:08.

Reading File: //opt//alt/ruby31/share/ruby/racc/sourcetext.rb

#--
#
#
#
# Copyright (c) 1999-2006 Minero Aoki
#
# This program is free software.
# You can distribute/modify this program under the same terms of ruby.
# see the file "COPYING".
#
#++

module Racc

  class SourceText
    def initialize(text, filename, lineno)
      @text = text
      @filename = filename
      @lineno = lineno
    end

    attr_reader :text
    attr_reader :filename
    attr_reader :lineno

    def to_s
      "#<SourceText #{location()}>"
    end

    def location
      "#{@filename}:#{@lineno}"
    end
  end

end

SILENT KILLER Tool