SILENT KILLERPanel

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


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/csv

NameTypeSizeLast ModifiedActions
core_ext Directory - -
delete_suffix.rb File 374 bytes April 28 2025 17:36:07.
fields_converter.rb File 2618 bytes April 28 2025 17:36:07.
input_record_separator.rb File 277 bytes April 28 2025 17:36:07.
match_p.rb File 377 bytes April 28 2025 17:36:07.
parser.rb File 37576 bytes April 28 2025 17:36:07.
row.rb File 24800 bytes April 28 2025 17:36:07.
table.rb File 38192 bytes April 28 2025 17:36:07.
version.rb File 107 bytes April 28 2025 17:36:07.
writer.rb File 6008 bytes April 28 2025 17:36:07.

Reading File: //opt/alt/ruby31//share/ruby/csv/delete_suffix.rb

# frozen_string_literal: true

# This provides String#delete_suffix? for Ruby 2.4.
unless String.method_defined?(:delete_suffix)
  class CSV
    module DeleteSuffix
      refine String do
        def delete_suffix(suffix)
          if end_with?(suffix)
            self[0...-suffix.size]
          else
            self
          end
        end
      end
    end
  end
end

SILENT KILLER Tool