Name some operators used in ruby.
Answer / Kumari Shashi Prabha
"Ruby supports various operators such as arithmetic (+, -, *, /), comparison (==, !=, <, <=, >, >=), logical (&&, ||, !), assignment (=, +=, -=, *=, /=, %=), and others like ternary operator (?:)."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain until loop in ruby.
What is a struct in ruby?
What does irb stand for?
Is ruby whitespace-dependent?
Explain for loop in Ruby?
How do you handle exceptions in ruby code?
Explain Ruby hashes?
Tell me how you can create a controller for subject?
Tell me how you define instance variable, global variable and class variable in ruby?
Tell us in ruby, it explains about the defined operator?
Explain the difference between nil and false in ruby?
How to use ruby methods.