Files
yasnippet/snippets/ruby-mode/control structure/upt
2009-12-25 17:45:46 +00:00

6 lines
62 B
Plaintext

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