forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/ruby-mode/dow

6 lines
92 B
Plaintext

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