my-emacs-d/elpa/yasnippet-20160924.2001/snippets/ruby-mode/when

6 lines
79 B
Plaintext
Raw Normal View History

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