/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

  1. # -*- mode: snippet -*-
  2. # key: par
  3. # contributor: Translated from TextMate Snippet
  4. # name: partition { |e| .. }
  5. # --
  6. partition { |${1:e}| $0 }