diff elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eac @ 98:156cbb54f344

Add elpy and deps
author Jordi GutiƩrrez Hermoso <jordigh@octave.org>
date Fri, 24 Oct 2014 09:44:33 -0400 (2014-10-24)
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/elpa/yasnippet-0.8.0/snippets/ruby-mode/collections/eac
@@ -0,0 +1,4 @@
+# name: each_cons(...) { |...| ... }
+# key: eac
+# --
+each_cons(${1:2}) { |${group}| $0 }
\ No newline at end of file