postmodern / spidr

A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.
MIT License
800 stars 109 forks source link

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

Closed postmodern closed 7 months ago

postmodern commented 7 months ago

Use require_relative to load other spidr/ files to improve load-times.