8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: defp
|
|
# key: defp
|
|
# --
|
|
defp $1 do
|
|
$0
|
|
end
|