What is ruby object?
Answer / Sudheer Kumar
In Ruby, an object is any instance of a class or module. Everything in Ruby is an object, including numbers, strings, arrays, modules, classes, and even methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ruby class?
how many ways you can create a concatenating string?
What are some advantages of using ruby?
what is the Notation used for denoting class variables in Ruby?
Explain the use of retry statement in ruby?
What does irb stand for?
What are Ruby iterators?
Explain about operators in Ruby?
Tell me how can we define ruby regular expressions?
What are the key features of ruby?
How an exception is handled in Ruby?
Tell us the types of variables available in ruby class?