Add prot and priv to ruby snipppets

This commit is contained in:
DSIW 2013-06-22 14:53:09 +02:00
parent 3d14eb9750
commit 3699e8654f

View File

@ -16,6 +16,14 @@ snippet =b
=begin rdoc
${1}
=end
snippet prot
protected
${1}
snippet priv
private
${1}
snippet y
:yields: ${1:arguments}
snippet rb