yasnippet/extras/imported/ruby-mode/Each Element/each_slice { |group| .. } (eas).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
165 B
Plaintext

# -*- mode: snippet -*-
# key: eas-
# contributor: Translated from TextMate Snippet
# name: each_slice(..) { |group| .. }
# --
each_slice(${1:2}) { |${2:group}| $0 }