Ruby Programming Language Question:

Explain about the command line options?

Tweet Share WhatsApp

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.

Download Ruby PDF Read All 26 Ruby Questions
Previous QuestionNext Question
Explain about environment variables present in ruby?Explain about garbage collection feature of ruby?