Write the command to get installed Ruby version in your system?
Answer / Abhishek Nagar
You can use the following command to check the installed Ruby version on a Unix-based system:n```rubynruby -v``
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference extend and include?
What is the difference between a class and a module?
What are some built-in ruby class exceptions.
How do you remove nil values in array using ruby?
Explain the types of variables available in ruby class?
Explain about class libraries in ruby?
How to create a new time instance in Ruby?
Ruby support single inheritance/multiple inheritance or both?
Tell me what is the difference between calling super() and super call?
Describe class libraries in Ruby?
What does ruby name refers to?
What are the case statement in ruby?