Explain about operators in Ruby?
Answer / Madhulika Kumari
"Operators in Ruby are symbols that perform specific mathematical, comparison, logical, assignment, or bitwise operations on operands."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about Class variable and global variable?
How to check whether a directory exist or not in Ruby?
difference between activesupport's “hashwithindifferentaccess” and ruby's “hash”?
How do the following methods differ: @my_string.strip and @my_string.strip! ?
Explain how Symbol is different from variables?
What are the three levels of method access control for classes and what do they signify? What do they imply about the method?
In how many ways you can compare Ruby string?
What is the difference between #== and #eql??
Explain some differences between ruby and python.
what is the difference between String and Symbol?
What are class libraries in Ruby?
What is sysread method in Ruby?