Object
# File lib/backup/notifier/mail.rb, line 248 def self.call(path, arguments, destinations, encoded_message) popen "#{path} #{arguments}" do |io| io.puts encoded_message.to_lf io.flush end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.