ronin-rb / ronin-core

A core library for all ronin libraries.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
3 stars 3 forks source link

Switch to using `require_relative` to improve load-times #43

Closed postmodern closed 1 month ago

postmodern commented 9 months ago

Switch to using require_relative to load other ronin/core/ files to improve load-times.

AI-Mozi commented 1 month ago

Implemented in #49