Login
Remember
Register
Ask a Question
Write the command to get installed Ruby version in your system.
0
votes
asked
Nov 10, 2021
in
Ruby
by
Robin
Write the command to get installed Ruby version in your system.
ruby-install
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 10, 2021
by
Robin
Below is the command to get install Ruby version in system :
ruby -v
...