Interviewer And Interviewee Guide

Ruby Interview Question:

What is the use of load and require in ruby?

Submitted by: Administrator
Reuire() 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

Read Online Ruby Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.