Files
yasnippet/snippets/ruby-mode/control structure/when

6 lines
64 B
Plaintext

#name : when ... end
# key: when
# --
when ${condition}
$0
end