yasnippet/extras/imported/ruby-mode/Searching and Selection/classify { e .. } (clas).yasnippet

7 lines
167 B
Plaintext

# -*- mode: snippet -*-
# key: cl
# contributor: Translated from TextMate Snippet
# name: classify { |e| .. }
## condition: "source.ruby"
# --
classify { |${1:e}| $0 }