Skip to content

Instantly share code, notes, and snippets.

@dpick
dpick / gist:1699627
Created January 29, 2012 16:58 — forked from anonymous/gist:1699614
pooperz
require 'minitest/spec'
require 'minitest/autorun'
# Integer list generation
listOfInt = [1, 3, 5, 7, 9, 11]
left, right = 0, 1
top, bottom = 2, 3
# Print the vaportrail of a ruby file in a git repo, i.e.,
# the complexity level at each commit.
#
# Requires: >= bash ?.?
# >= git 1.7.1
# >= ruby 1.9.2
# >= flog 2.5.0
# >= gruff 0.3.6
#