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 |
Where does a scope change in a ruby program?
What is ruby?
What are the operators available in ruby?
Is ruby supports single inheritance/ multiple inheritance or both?
Name some operators used in ruby.
Tell me what is the role of sub-directory app/controllers and app/helpers?
Describe the environment variables present in Ruby?
Interpolation is a very important process in Ruby, comment.
Explain the difference between a single quote and double quote?
Explain class libraries in ruby.
Explain module mixins in Ruby?
what is the difference between String and Symbol?