emacs-prelude/vendor/yasnippet/snippets/ruby-mode/control structure/upt
2012-02-17 22:12:32 +02:00

6 lines
72 B
Plaintext

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