Ruby Programming Language Question: Download Ruby PDF

Explain about environment variables present in ruby?

Tweet Share WhatsApp

Answer:

Following are some of the environment variables used to control the behavior programming of ruby. While programming ENV object lists some of the current variables. RUBYLIB path searches for libraries. Make sure that you separate each path with colons. RUBYOPT passes command line options to Ruby interpreter. There are many more which can be obtained by searching the huge pool of library.

Download Ruby PDF Read All 26 Ruby Questions
Previous QuestionNext Question
Explain about operators in Ruby?Explain about the command line options?