Explain about environment variables present in ruby?
Answer / Jaiveer Singh
Environment variables in Ruby can be accessed using the ENV hash. They are global variables that store strings of text that are available to processes during runtime. To set an environment variable, you can use the system method with the 'export' command.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the ruby variables?
Is ruby a strongly typed or a weakly typed language?
What are Ruby iterators?
Tell us what is class libraries in ruby?
What is yield in ruby?
Are numeric objects mutable in ruby?
Explain about Float, Dig and Max?
What is ruby methods?
Explain about interpolation?
Explain about operators in Ruby?
What are the operators available in ruby?
What is rvm?