summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/upt
blob: 6fc68102b13ecd0dca7145b6b2cd1fc94eb942ea (plain) (tree)
1
2
3
4
5
6





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