What is the purpose of load in ruby?
Answer / Surendra Singh Laspal
The Ruby load method is used to dynamically execute a Ruby script or string from a file. It reads and evaluates the entire contents of the specified file, which can be useful for including additional code during runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain testing in rails.
Explain bundler in rails.
What is ruby on rails & why it is used for?
How to find second max element from database ?
How many types of variables are available in ruby class?
Is ruby on rails popular?
What is the difference between save and save?
How you run your Rails Application without creating database ?
What is the difference between symbol and string?
what is the purpose of RJs in Rails?
What is the purpose of load, auto_load, and require_relative in ruby ?
What are generators in ruby on rails?