Module: Debci
- Defined in:
- lib/debci.rb,
lib/debci/config.rb,
lib/debci/status.rb,
lib/debci/package.rb,
lib/debci/repository.rb
Defined Under Namespace
Classes: Config, Package, Repository, Status
Class Method Summary (collapse)
Class Method Details
+ (Object) config
8 9 10 |
# File 'lib/debci.rb', line 8 def config @config ||= Debci::Config.new end |