Skip to content

Instantly share code, notes, and snippets.

@wallace
Created May 24, 2009 14:32
Show Gist options
  • Select an option

  • Save wallace/117122 to your computer and use it in GitHub Desktop.

Select an option

Save wallace/117122 to your computer and use it in GitHub Desktop.
week = []
@weeks = []
@days.each do |day|
week << day
if week.size == 7
@weeks << week
week = []
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment