Method: Dry::System::Loader::Autoloading.require!
- Defined in:
- lib/dry/system/loader/autoloading.rb
.require!(component) ⇒ Object
16 17 18 19 |
# File 'lib/dry/system/loader/autoloading.rb', line 16 def require!(component) constant(component) self end |