# File lib/aws/simple_workflow/decision_task.rb, line 565 def _new_events &block _events do |event| yield(event) if event.new? end end