Files
.emacs.d/snippets/stock/ruby-mode/control structure/upt

5 lines
61 B
Plaintext

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