Skip to content

Instantly share code, notes, and snippets.

@jccarbonfive
Created October 9, 2011 16:21
Show Gist options
  • Select an option

  • Save jccarbonfive/1273868 to your computer and use it in GitHub Desktop.

Select an option

Save jccarbonfive/1273868 to your computer and use it in GitHub Desktop.
$ git diff
diff --git a/foo.rb b/foo.rb
index 8c21f23..c1590ba 100644
--- a/foo.rb
+++ b/foo.rb
@@ -12,4 +12,8 @@ class Foo
def qux
puts 'qux'
end
+
+ def quux
+ puts 'quux'
+ end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment