ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Switch to using `require_relative` to load local files #139

Closed postmodern closed 2 months ago

postmodern commented 3 months 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.