Horje
i am working in ruby 2.6 how to jump to a lower version Code 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
Source: medium.com




Ruby

Related
How to call shell commands from Ruby? How to call shell commands from Ruby?
How to use pry in Ruby? How to use pry in Ruby?
How to Connect MySQL with Ruby on Rails? How to Connect MySQL with Ruby on Rails?
How to check database connection in Ruby? How to check database connection in Ruby?
How to access private method in Ruby? How to access private method in Ruby?

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11