Skip to content

Instantly share code, notes, and snippets.

@notesolution
Created June 14, 2012 17:08
Show Gist options
  • Save notesolution/2931531 to your computer and use it in GitHub Desktop.
Save notesolution/2931531 to your computer and use it in GitHub Desktop.
file = File.open '...'
Lang.ruby(file, :buffer => 2)
Lang.python(file, :buffer => 3)
Lang.go(file, :buffer => 4)
Lang.javascript(file, :buffer => 12)
Lang.java(file, :buffer => 6)
file = File.open '...'
Lang.ruby file, :buffer => 2
Lang.python file, :buffer => 3
Lang.go file, :buffer => 4
Lang.javascript file, :buffer => 12
Lang.java file, :buffer => 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment