Module: Expirer
- Extended by:
- Expirer
- Included in:
- Expirer
- Defined in:
- lib/expirer.rb,
lib/expirer/cli.rb,
lib/expirer/list.rb,
lib/expirer/config.rb,
lib/expirer/checker.rb,
lib/expirer/version.rb,
lib/expirer/reporter.rb,
lib/expirer/repository.rb
Defined Under Namespace
Classes: CLI, Checker, Config, List, Reporter, Repository
Constant Summary collapse
- VERSION =
'0.0.2'
Instance Method Summary collapse
Instance Method Details
#configuration ⇒ Object
12 13 14 |
# File 'lib/expirer.rb', line 12 def configuration @configuration ||= Config.new end |