Skip to content

Instantly share code, notes, and snippets.

@axgle
Created February 10, 2010 08:21
Show Gist options
  • Save axgle/300136 to your computer and use it in GitHub Desktop.
Save axgle/300136 to your computer and use it in GitHub Desktop.
require "active_support"
s=Date.new(2007,1,1)
e=Date.new(2007,12,31)
s.upto(e) do |d|
puts d
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment