dotfiles/.emacs.d/snippets/ruby-mode/tim
2017-12-21 17:29:29 +01:00

4 lines
77 B
Plaintext

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