Which ruby interpreter option enables debugging?
Answer Posted / Varun Misra
To enable debugging in the Ruby interpreter, you can use the `-d` or `--debug` option.
Post New Answer View All Answers
Tell me the role of modules and mixins in ruby?
2