In how many ways you can compare Ruby string?
Answer / Pravin Kumar Pndey
"There are several ways to compare strings in Ruby. Some common methods include == (equal to), === (match to), <, <=, >, and >=."
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the command to get installed Ruby version in your system?
Ruby support single inheritance/multiple inheritance or both?
Do you know how ruby looks up a method to invoke?
Is ruby supports single inheritance/ multiple inheritance or both?
What are the object-oriented programming features supported by ruby?
What is mvc and why do we use it?
Explain about class libraries in ruby?
What is ruby object?
Explain the garbage collection feature of ruby?
What is the difference between a statement and an expression in ruby?
How to check whether a directory exist or not in Ruby?
What is rvm?