/ruby-mode/Searching and Selection/find_all { |e| .. } (fina).yasnippet
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 821c7608c35cf4df3e247868a28d80a3 MD5 | raw file
- # -*- mode: snippet -*-
- # key: fina
- # contributor: Translated from TextMate Snippet
- # name: find_all { |e| .. }
- # --
- find_all { |${1:e}| $0 }