forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/ruby-mode/tim

4 lines
77 B
Plaintext

#name : times { |n| ... }
#group : control structure
# --
times { |${n}| $0 }