Class: BrewCaskTools::Tasks::Outdated
- Inherits:
-
Thor
- Object
- Thor
- BrewCaskTools::Tasks::Outdated
- Defined in:
- lib/bct/tasks/outdated.rb
Overview
Upgrade tasks
Instance Method Summary collapse
Instance Method Details
#outdated(*args) ⇒ Object
8 9 10 11 12 |
# File 'lib/bct/tasks/outdated.rb', line 8 def outdated(*args) @caskroom = args.first @caskroom.outdated(&outdated_output) @caskroom.deprecated(&deprecated_output) end |