summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/control structure/upt
blob: 73c0046ca887fd886a7e12f977d29b5432e5e001 (plain) (blame)
1
2
3
4
5
#name : upto(...) { |n| ... }
# --
upto(${n}) { |${i}|
  $0
}