DevelopmentClass
- Namespace
- Ancestors
A development dependency is one that’s needed during development of a project. It won’t be required when the library is loaded, but it will be added to a Gem specification as a development dependency.
Constructor
This class inherits its constructor from Inventory::Dependency.
Instance Methods
requirenil#⚙
Do nothing.
add_to_gem_specification(specificationGem::Specification)self#⚙
Add the receiver as a development dependency to specification.