my-emacs-d/elpa/yasnippet-20160924.2001/snippets/ruby-mode/when
2016-10-20 10:27:10 +02:00

6 lines
79 B
Plaintext

#name : when ... end
#group : control structure
# --
when ${condition}
$0
end