public
Description: Comprehensive collection of Ruby snippets for yasnippet. Includes snippets for Rails and RSpec.
Homepage: http://code.google.com/p/yasnippet/
Clone URL: git://github.com/Chrononaut/yasnippet-ruby-mode.git
small changes
Chrononaut (author)
Tue Oct 14 05:03:13 -0700 2008
commit  a8cab00c313a43278704c103519404734973c10f
tree    e6395be5f7483e0dc8ad2b8cc2f69cac7152f59a
parent  28fb54e75b99f38d520cd5a05fbe06c01a1985d4
0
if
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+# -*- mode: yasnippet -*-
0
 #name : if ... end
0
 # --
0
 if ${1:condition}
0
...
 
1
2
3
4
 
5
6
...
1
2
3
4
 
5
6
7
0
@@ -1,5 +1,6 @@
0
+# -*- mode: yasnippet -*-
0
 #name : unless ... end
0
 # --
0
 unless ${1:condition}
0
-  $0
0
+  $0
0
 end
0
\ No newline at end of file

Comments