Created
October 9, 2011 03:49
-
-
Save jccarbonfive/1273250 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
| Stage this hunk [y,n,q,a,d,/,s,e,?]? s | |
| Split into 2 hunks. | |
| @@ -3,8 +3,12 @@ | |
| puts 'bar' | |
| end | |
| + def baz | |
| + puts 'baz' | |
| + end | |
| + | |
| private | |
| def qux | |
| puts 'qux' | |
| end | |
| Stage this hunk [y,n,q,a,d,/,j,J,g,e,?]? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment