Ruby Programming Language Question:

Download Job Interview Questions and Answers PDF

Explain about environment variables present in ruby?

Ruby Interview Question
Ruby Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about operators in Ruby?Explain about the command line options?