Module: Rfd::Commands
- Includes:
- FileOperations, Navigation, Other, Viewing
- Included in:
- Controller
- Defined in:
- lib/rfd/commands.rb
Defined Under Namespace
Modules: FileOperations, Navigation, Other, Viewing
Class Attribute Summary collapse
-
.categories ⇒ Object
Returns the value of attribute categories.
-
.command_groups ⇒ Object
Returns the value of attribute command_groups.
-
.no_help_methods ⇒ Object
Returns the value of attribute no_help_methods.
Method Summary
Methods included from Other
Methods included from Viewing
Methods included from FileOperations
#S, #a, #c, #m, #r, #space, #w
Methods included from Navigation
Class Attribute Details
.categories ⇒ Object
Returns the value of attribute categories.
22 23 24 |
# File 'lib/rfd/commands.rb', line 22 def categories @categories end |
.command_groups ⇒ Object
Returns the value of attribute command_groups.
22 23 24 |
# File 'lib/rfd/commands.rb', line 22 def command_groups @command_groups end |
.no_help_methods ⇒ Object
Returns the value of attribute no_help_methods.
22 23 24 |
# File 'lib/rfd/commands.rb', line 22 def no_help_methods @no_help_methods end |