// SYSTEM PANEL //
[ROOT]
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
csv
[ PARENT ]
EDIT :: version.rb
# frozen_string_literal: true class CSV # The version of the installed library. VERSION = "3.1.2" end
SAVE
CANCEL