Method: ROM::Container#commands

Defined in:
lib/rom/container.rb

#commandsHash<Symbol=>CommandRegistry]

Return command registry

Returns:



145
146
147
# File 'lib/rom/container.rb', line 145

def commands
  self[:commands]
end