Class: Techinform::Projects
- Inherits:
-
Thor
- Object
- Thor
- Techinform::Projects
- Defined in:
- lib/techinform/projects.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
6 7 8 9 |
# File 'lib/techinform/projects.rb', line 6 def list # Display only directories puts `ls -F ~/projects/ | grep /`.gsub('/', '') end |