What are the operators available in ruby?
Answer / Lokendra Singh
Ruby has a variety of operators for comparison, arithmetic, assignment, logical, and bitwise operations. Some examples include equality (==), less than (<), addition (+), multiplication (*), logical AND (&&), and bitwise OR (|).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the data types in ruby?
Explain class libraries in ruby.
How to use ruby methods.
How will you rename and delete a file in Ruby?
Tell me what are blocks and procs?
Are ruby strings are mutable?
What is a struct in ruby?
Explain about normal method class?
What is mvc? And how it works?
what is the role of sub-directory app/controllers and app/helpers?
Are numeric objects mutable in ruby?
Difference between render and redirect?