Module: Plumbum::Consumers::ScopedConsumer
- Extended by:
- SleepingKingStudios::Tools::Toolbox::Mixin
- Includes:
- InstanceMethods
- Defined in:
- lib/plumbum/consumers/scoped_consumer.rb
Overview
Consumer implementation with fully-scoped method names for compatibility.
Use a scoped consumer when the standard Consumer DSL class methods (such as .dependency and .provider) might conflict with existing methods.
Defined Under Namespace
Modules: ClassMethods