EN
Ruby - check version
4
points
In this short article we would like to show how to check ruby version using command line.
Quick solution:
ruby -v
Output:
ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu]