Current Path :
/
proc
/
self
/
root
/
opt
/
alt
/
ruby32
/
share
/
ruby
/
csv
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/opt/alt/ruby32/share/ruby/csv/version.rb
# frozen_string_literal: true class CSV # The version of the installed library. VERSION = "3.2.6" end