Loading a File in Ruby
The Kernel#load method loads and executes the file passed as parameter.
As the Kernel#require method, this method expects that the argument includes an absolute path. see more
The Kernel#load method loads and executes the file passed as parameter.
As the Kernel#require method, this method expects that the argument includes an absolute path. see more
Post a comment