5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: times { |n| ... }
|
|
# group : control structure
|
|
# --
|
|
times { |${n}| $0 } |