Check out example codes for "i am working in ruby 2.6 how to jump to a lower version". It will help you in understanding the concepts better.
Code Example 1
#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
Learn ReactJs, React Native from akashmittal.com