/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
- # -*- mode: snippet -*-
- # key: all
- # contributor: Translated from TextMate Snippet
- # name: all? { |e| .. }
- # --
- all? { |${1:e}| $0 }