# File lib/albino.rb, line 110 def write_target if @target.respond_to?(:read) out = @target.read @target.close out else @target.to_s end end