Skip to content

Instantly share code, notes, and snippets.

@ilake
Created January 15, 2010 10:14
Show Gist options
  • Save ilake/277945 to your computer and use it in GitHub Desktop.
Save ilake/277945 to your computer and use it in GitHub Desktop.
file = File.new("#{RAILS_ROOT}/log/ack_analytic", 'w')
file.puts "Ack Analytic"
file.print "\n"
h.each do |a|
file.print "#{a[0]} #{a[1]} "
(a[1]/5).times do
file.print "="
end
file.print "\n"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment