From 8b4b6ebf8240a29f71fa9b00eeb02e3395e6348e Mon Sep 17 00:00:00 2001 From: ujihisa Date: Sun, 29 Dec 2013 19:53:42 -0800 Subject: [PATCH] Improve ruby snippets (ruby coding convention) --- neosnippets/ruby.snip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neosnippets/ruby.snip b/neosnippets/ruby.snip index 3990558..fd91b40 100644 --- a/neosnippets/ruby.snip +++ b/neosnippets/ruby.snip @@ -65,7 +65,7 @@ alias enc snippet each options word - each { |${1:#:variable}| ${2} } + each {|${1:#:variable}| ${2} } snippet each_do options word