0 votes
in Ruby by
Write the command to get installed Ruby version in your system.

1 Answer

0 votes
by
Below is the command to get install Ruby version in system :

ruby -v
...