Answers for "check what ruby versions you have installed"

3

how to check ruby version

// Command line:
$ ruby -v

// Within irb type "RUBY_VERSION"
# => "2.4.1"

// If using RVM:
$ rvm current
# => ruby-2.4.1
Posted by: Guest on February-04-2020

Code answers related to "check what ruby versions you have installed"

Browse Popular Code Answers by Language