What is the use of load and require in Ruby? Technology Community › Category: Ruby on Rails › What is the use of load and require in Ruby? 0 Vote Up Vote Down VietMX Staff asked 4 years ago You use load() to execute code use require() to import libraries.