Skip to content

Instantly share code, notes, and snippets.

@krzkrzkrz
Created April 7, 2014 04:17
Show Gist options
  • Save krzkrzkrz/8d8cc514ad4d6b7571d5 to your computer and use it in GitHub Desktop.
Save krzkrzkrz/8d8cc514ad4d6b7571d5 to your computer and use it in GitHub Desktop.
File.open('daily_stats', 'r') do |file_handle|
file_handle.each_line do |line|
h = line
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment