uawdijnntqw1x1x1
IP : 216.73.216.25
Hostname : altar25.supremepanel25.com
Kernel : Linux altar25.supremepanel25.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
opt
/
alt
/
python313
/
..
/
libmemcached
/
..
/
python33
/
..
/
ruby27
/
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
/home/../opt/alt/python313/../libmemcached/../python33/../ruby27/share/ruby/csv/delete_suffix.rb