Ruby Programming Language Question:
Explain about environment variables present in ruby?
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.
Previous Question | Next Question |
Explain about operators in Ruby? | Explain about the command line options? |