Answers for "where ruby version"

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
0

ruby latest version

The current stable version of ruby is 3.1.2.
Posted by: Guest on April-23-2022

Browse Popular Code Answers by Language