| Class | Uttk::Dumpers::Mail |
| In: |
lib/uttk/dumpers/Mail.rb
|
| Parent: | Dumper |
# File lib/uttk/dumpers/Mail.rb, line 13 def initialize ( options ) super(TempPath.new) options = { :dumper => Html.new, :subject => "Uttk output #{Time.now}", }.merge options @dumper = options[:dumper] @mailer = Sendmail.new(options.merge(:body => @io)) end