Which ruby interpreter option enables debugging?
Answer / Varun Misra
To enable debugging in the Ruby interpreter, you can use the `-d` or `--debug` option.
| Is This Answer Correct ? | 0 Yes | 0 No |
difference between activesupport's “hashwithindifferentaccess” and ruby's “hash”?
How to read a file in Ruby?
Explain about environment variables present in ruby?
Tell us what is class libraries in ruby?
Tell me what is the difference between ruby 1.9 and ruby 2.0?
List some features of ruby?
Why Ruby is known as a language of flexibility?
Explain Ruby module?
Explain ruby ranges. What are the ways to define ranges?
In how many ways you can compare Ruby string?
Explain class libraries in ruby.
How is visibility of methods changed in ruby?