Class: Gzr::Commands::Permissions
- Inherits:
-
Thor
- Object
- Thor
- Gzr::Commands::Permissions
- Defined in:
- lib/gzr/commands/permissions.rb,
lib/gzr/commands/permissions/ls.rb
Defined Under Namespace
Classes: Ls
Instance Method Summary collapse
Instance Method Details
#ls ⇒ Object
18 19 20 21 22 23 24 25 |
# File 'lib/gzr/commands/permissions.rb', line 18 def ls(*) if [:help] invoke :help, ['ls'] else require_relative 'permissions/ls' Gzr::Commands::Permissions::Ls.new().execute end end |