Requiring a file or library in Ruby
In this article we’re going to explore the following topics:
- the difference between an absolute and a relative path
- the
Kernel#requiremethod - the
Kernel#require_relativemethod - see more
In this article we’re going to explore the following topics:
Kernel#require methodKernel#require_relative method
Post a comment