Skip to content

Instantly share code, notes, and snippets.

@teamon
Created September 28, 2008 13:21
Show Gist options
  • Save teamon/13449 to your computer and use it in GitHub Desktop.
Save teamon/13449 to your computer and use it in GitHub Desktop.
@list_of_days.each do |i|
my_sweet_array = []
i = i.from
while i < i.to
my_sweet_array << i
i += 1.day
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment