Created
March 30, 2014 20:47
-
-
Save notori0us/9879476 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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