Skip to content

Instantly share code, notes, and snippets.

@levent
Created March 16, 2010 15:07
Show Gist options
  • Save levent/334070 to your computer and use it in GitHub Desktop.
Save levent/334070 to your computer and use it in GitHub Desktop.
Can this be made more illegible?
(0..23).inject([]) { |times, hour| times << ("%02d:00" % hour) << ("%02d:30" % hour) } # @craigwebster wins so far
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment