# File lib/action_mailer/vendor/tmail/port.rb, line 346 def move_to( port ) if StringPort === port str = @buffer port.instance_eval { @buffer = str } else copy_to port end remove end