Module: Uprb::StaticRequireTracker
- Defined in:
- lib/uprb/static_require_tracker.rb
Overview
Avoids running the entry’s top-level code (CLI scripts often start ‘App.start(ARGV)` at load time) while still letting dependencies load normally so rubygems resolution, autoload registration, etc. happen.
Defined Under Namespace
Classes: RequireVisitor, StaticWalker, Tracer