Are numeric objects mutable in ruby?
Answer / Omendra Singh
Numeric objects in Ruby are immutable. Once created, they cannot be changed. However, new instances with different values can be created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain Ruby module?
What are the ruby variables?
Tell me how you can list all routes for an application?
Tell me what is the role of sub-directory app/controllers and app/helpers?
What does ruby name refers to?
what is the syntax for Ruby collect Iterator?
Explain the difference in scope for these two variables: @@name and @name?
Do you know what is the defined operator?
Tell me how you define instance variable, global variable and class variable in ruby?
What is the use of load and require in ruby?
Explain module mixins in Ruby?
List some features of ruby?