Ruby Programming Language Question:

Explain about the command line options?

Ruby Interview Question
Ruby Interview Question

Answer:

Ruby`s language is executed from the command line like most of the scripting languages. Programming and behavior language environment can be controlled from the interpreter itself. Some of the commands which are used are as follows –d, -h, -e prog, -v, -T, -r lib, etc.


Previous QuestionNext Question
Explain about environment variables present in ruby?Explain about garbage collection feature of ruby?