What is the use of load and require in ruby?
Submitted by: AdministratorReuire() loads and processes the Ruby code from a separate file, including whatever classes, modules, methods, and constants are in that file into the current scope.
Load() performs the inclusion operation once, it reprocesses the code every time load is called.
Submitted by: Administrator
Load() performs the inclusion operation once, it reprocesses the code every time load is called.
Submitted by: Administrator
Read Online Ruby Job Interview Questions And Answers
Top Ruby Questions
☺ | Interpolation is a very important process in Ruby, comment. |
☺ | Explain about interpolation? |
☺ | Explain about ruby code blocks? |
☺ | Explain about Float, Dig and Max? |
☺ | Explain the difference between nil and false in ruby? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |