# File src/org/puremvc/ruby/core/controller.rb, line 69 def remove_command(notification_name) @view.remove_observer(notification_name, self) @command_map.delete(notification_name) end