Changes ruby do block args so they are inside the pipe symbols

This commit is contained in:
Nathan Pearson 2013-10-20 19:28:43 -07:00
parent 0b8c95645f
commit 1a496b43a3

View File

@ -427,7 +427,7 @@ endsnippet
snippet do "do |<key>| ... end" i snippet do "do |<key>| ... end" i
do ${1:|${2:key}|} do |${1:args}|
$0 $0
end end
endsnippet endsnippet