Skip to content

Instantly share code, notes, and snippets.

@pius
Created January 27, 2011 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pius/798925 to your computer and use it in GitHub Desktop.
Save pius/798925 to your computer and use it in GitHub Desktop.
quick response to "17:05 16:53 16:29 16:13 14:19 14:14 14:09 14:08 14:02 13:39 13:38 13:36 13:28 13:26 13:26 13:25 13:11 13:08 12:57 12:44 12:40 12:37 12:32 12:21 12:11 12:02 11:45 11:28 11:25".split.group_by {|time_string| tim
"17:05
16:53
16:29
16:13
14:19
14:14
14:09
14:08
14:02
13:39
13:38
13:36
13:28
13:26
13:26
13:25
13:11
13:08
12:57
12:44
12:40
12:37
12:32
12:21
12:11
12:02
11:45
11:28
11:25".split.group_by {|time_string| time_string[0,2]}.each {|k,v| p "#{k}: #{v.size} times"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment