whoami7 - Manager
:
/
proc
/
thread-self
/
root
/
proc
/
self
/
root
/
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
csv
/
Upload File:
files >> //proc/thread-self/root/proc/self/root/opt/alt/ruby26/lib64/ruby/2.6.0/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 + 1))] else self end end end end end end
Copyright ©2021 || Defacer Indonesia