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
39 40 41 42 43 44 45 46 |
# File 'lib/gzr/commands/permissions.rb', line 39 def ls(*) if [:help] invoke :help, ['ls'] else require_relative 'permissions/ls' Gzr::Commands::Permissions::Ls.new().execute end end |