What happens when a value is too big for fixnum?
Answer / Ravi Shankar Dwivrdi
When a value is too large to be represented by a Fixnum, Ruby automatically promotes it to a Bignum.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you comment in ruby.
How to create ruby object?
Ruby support single inheritance/multiple inheritance or both?
How will you rename and delete a file in Ruby?
Explain class libraries in ruby.
What is mvc? And how it works?
Tell me what is the difference between calling super() and super call?
Tell me how you define instance variable, global variable and class variable in ruby?
What are the data types in ruby?
Explain about ruby code blocks?
How to write multiline string in Ruby?
Tell me an array [1,2,34,5,6,7,8,9], product it using a method?