Skip to content

Instantly share code, notes, and snippets.

@notori0us
Created March 30, 2014 20:47
Show Gist options
  • Save notori0us/9879476 to your computer and use it in GitHub Desktop.
Save notori0us/9879476 to your computer and use it in GitHub Desktop.
$ diff classes/tokenizer.rb ../project2/tokenizer.rb
9d8
< require 'singleton'
12,13c11
< include Singleton
< def setFile(filename)
---
> def initialize(filename)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment