ronin-rb / ronin-repos

Third-party git repository support for ronin.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Switch to using `require_relative` for loading local files #25

Open postmodern opened 1 month ago

postmodern commented 1 month ago

require_relative is more efficient than require when requiring local files within the gem. Switching to require_relative might help shave off some milliseconds from load-time.