Describe the environment variables present in Ruby?
Answer / Mohit Tomar
"Ruby uses several environment variables for configuration purposes. Some common ones include PATH (used to locate executables), RUBYLIB (used to specify additional library directories), and GEM_HOME (used to store gem installations)."
| Is This Answer Correct ? | 0 Yes | 0 No |
As you know ruby provides four types of variables. List them and provide a brief explanation for each?
What is rvm?
What are class libraries in Ruby?
What are ruby variables.
Tell me what is the difference between active support's “hashwithindifferent” and ruby's “hash” ?
What is the naming conventions for methods that return a boolean result?
Explain some of the looping structures available in ruby?
How an exception is handled in Ruby?
Tell me what is the difference between ruby 1.9 and ruby 2.0?
Explain about interpolation?
what is class libraries in Ruby?
How ruby looks up a method to invoke?