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

6 lines
88 B
Plaintext

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