# File lib/ruport/formatter.rb, line 201 def save_output(filename) File.open(filename,"w") {|f| f << output } end