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

6 lines
92 B
Plaintext

#name : downto(...) { |n| ... }
#group : control structure
# --
downto(${0}) { |${n}|
$0
}