# File src/org/puremvc/ruby/patterns/command/macro_command.rb, line 50
  def execute(notification)
    @sub_commands.each do |command|
      command.new().execute(notification)
    end
  end