Method: HAL9000::Command.list

Defined in:
lib/hal9000/command.rb

.listObject



33
34
35
36
37
# File 'lib/hal9000/command.rb', line 33

def list
  puts "hal - here are the thoughts that we've shared."
  puts "----------------------------------------------"
  manager.list_actions
end