Class: Dutiful::Command::List
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Dutiful::Command::List
- Defined in:
- lib/dutiful/commands/list.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
2 3 4 5 6 |
# File 'lib/dutiful/commands/list.rb', line 2 def execute puts "Storage: #{Dutiful::Config.storage.name}\n\n" puts Dutiful::Application.all end |