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

Method Summary

Methods included from Other

#C, #O, #q

Methods included from Viewing

#/, #P, #o, #s

Methods included from FileOperations

#S, #a, #c, #m, #r, #space, #w

Methods included from Navigation

#-, #backspace, #enter

Class Attribute Details

.categoriesObject

Returns the value of attribute categories.



22
23
24
# File 'lib/rfd/commands.rb', line 22

def categories
  @categories
end

.command_groupsObject

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_methodsObject

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