# File lib/action_mailer/vendor/tmail/facade.rb, line 520 def each_destination( &block ) destinations([]).each do |i| if Address === i yield i else i.each(&block) end end end