Class: Ghundle::Command::ListAll
- Defined in:
- lib/ghundle/command/list_all.rb
Overview
Lists all available hooks stored in the hook home directory.
Instance Attribute Summary
Attributes inherited from Common
Instance Method Summary collapse
Methods inherited from Common
Constructor Details
This class inherits a constructor from Ghundle::Command::Common
Instance Method Details
#call ⇒ Object
8 9 10 |
# File 'lib/ghundle/command/list_all.rb', line 8 def call puts output.strip end |