Skip to content

Instantly share code, notes, and snippets.

@pashagray
Created November 24, 2015 07:31
Show Gist options
  • Save pashagray/b1f4a26989fde5013228 to your computer and use it in GitHub Desktop.
Save pashagray/b1f4a26989fde5013228 to your computer and use it in GitHub Desktop.
(8..19).map { |h| (0..59).step(5)
.map { |m| "0#{h}"[-2..-1] + ':' + "0#{m}"[-2..-1] } }
.flatten.compact << '20:00'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment