/ruby-mode/Searching and Selection/partition { |e| .. } (par).yasnippet
http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 6f8a18691216745f06813bcb55e833be MD5 · raw file
- # -*- mode: snippet -*-
- # key: par
- # contributor: Translated from TextMate Snippet
- # name: partition { |e| .. }
- # --
- partition { |${1:e}| $0 }