Add prot and priv to ruby snipppets
This commit is contained in:
parent
3d14eb9750
commit
3699e8654f
@ -16,6 +16,14 @@ snippet =b
|
|||||||
=begin rdoc
|
=begin rdoc
|
||||||
${1}
|
${1}
|
||||||
=end
|
=end
|
||||||
|
snippet prot
|
||||||
|
protected
|
||||||
|
|
||||||
|
${1}
|
||||||
|
snippet priv
|
||||||
|
private
|
||||||
|
|
||||||
|
${1}
|
||||||
snippet y
|
snippet y
|
||||||
:yields: ${1:arguments}
|
:yields: ${1:arguments}
|
||||||
snippet rb
|
snippet rb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user