ronin-rb / ronin-app

A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26 stars 8 forks source link

Switch to using `require_relative` for local files #134

Closed postmodern closed 3 months ago

postmodern commented 4 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.