Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot a do before an end
  • Loading branch information
taq authored and Michael Sanders committed Apr 8, 2010
1 parent 9dd2aa4 commit 1693aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/ruby.snippets
Expand Up @@ -369,7 +369,7 @@ snippet rejd
snippet sel
select { |${1:e}| ${2} }
snippet seld
select |${1:e}|
select do |${1:e}|
${2}
end
snippet lam
Expand Down

0 comments on commit 1693aa3

Please sign in to comment.