i am working in ruby 2.6 how to jump to a lower version code example
Example: 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