# File src/org/puremvc/ruby/core/controller.rb, line 64
  def has_command?(notification_name)
    !@command_map[notification_name].nil?
  end