Last active
August 29, 2015 14:16
-
-
Save bsideup/d55fd34991639e93a95d to your computer and use it in GitHub Desktop.
Revisions
-
bsideup revised this gist
Feb 25, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ given: Integer a Integer b match: a.equals(b) replaceWith: -
bsideup created this gist
Feb 25, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ given: Integer a; Integer b; match: a.equals(b) replaceWith: a == b