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
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
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