dotfiles/.emacs.d/snippets/ruby-mode/when

6 lines
79 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
#name : when ... end
#group : control structure
# --
when ${condition}
$0
end