Files
dotfiles/.emacs.d/snippets/ruby-mode/when
2017-12-21 17:29:29 +01:00

6 lines
79 B
Plaintext

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