Skip to content

Instantly share code, notes, and snippets.

@wojtekmach
Created August 29, 2014 13:51
Show Gist options
  • Save wojtekmach/140e73debeadc1f75863 to your computer and use it in GitHub Desktop.
Save wojtekmach/140e73debeadc1f75863 to your computer and use it in GitHub Desktop.
diff --git a/foo.rb b/foo.rb
index f23ba09..ff04a22 100644
--- a/foo.rb
+++ b/foo.rb
@@ -1,11 +1,13 @@
a = [
1,
2,
- 3
+ 3,
+ 4
]
b = [
1,
2,
3,
+ 4,
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment