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 |
How many types of associations relationships does a model has?
What are the different environment variables present in the ruby?
what is the syntax for Ruby collect Iterator?
What happens when a value is too big for fixnum?
What are freezing string in Ruby?
What is ruby software and where and when it is usefull.
What is concatenating string in Ruby?
What is the difference between “#==” and “#equal?”
what is the difference between String and Symbol?
What are Ruby iterators?
What are differences between ruby and python?
Mention what is the difference between a gem and a plugin in ruby?