2011-10-13 14:34:13 +01:00

6 lines
71 B
Plaintext

#name : case ... end
# --
case ${1:object}
when ${2:condition}
$0
end