/ruby-mode/Searching and Selection/all? { |e| .. } (all).yasnippet

http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 04bfd08791345ed8ffe0b7f9ed3c7efb MD5 · raw file

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