Method: ROM::Setup#command_classes

Defined in:
lib/rom/setup.rb

#command_classesArray (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns registered command subclasses.

Returns:

  • (Array)

    registered command subclasses



21
22
23
# File 'lib/rom/setup.rb', line 21

def command_classes
  @command_classes
end