class Boxwerk::GlobalContext::Autoloader
Autoload configuration for the root box. Provides {AutoloaderMixin}‘s push_dir, collapse, ignore, and setup in global/boot.rb.
Registrations are lazy (autoload entries only) until the framework eager-loads them after global/boot.rb completes.
Public Class Methods
Source
# File lib/boxwerk/global_context.rb, line 24 def initialize(root_path) init_dirs @root_path = root_path @accumulated_entries = [] end