RSS
Nay, a tumblelog.

Upon which many were tumbled.
Apr
15th
Tue
permalink

a ruby one-liner by Justin

  • >> a = ["a", "a", "a", "b", "b", "c", "d", "d"]
  • >> a.uniq.map{|i| [i, a.select{|j| j==i}.length]}
  • => [["a", 3], ["b", 2], ["c", 1], ["d", 2]]

Comments (View)
t type="text/javascript">var disqus_url = "http://a.tumblelog.com/post/31880623/a-ruby-one-liner-by-justin"; var disqus_title ="a ruby one-liner by Justin";
blog comments powered by Disqus