# File lib/mail/network/delivery_methods/sendmail.rb, line 73 def self.popen(command, &block) IO.popen command, 'w+', :err => :out, &block end