Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

i am working in ruby 2.6 how to jump to a lower version

#ruby versioning
rvm install 2.4.2 # for download a specific version
rvm list # listing all existed version
rvm use version # to use the require ruby version
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #working #ruby #jump #version
ADD COMMENT
Topic
Name
8+2 =