yasnippet/extras/imported/ruby-mode/Counting/step(2) { e .. } (ste).yasnippet

7 lines
247 B
Plaintext

# -*- mode: snippet -*-
# key: ste
# contributor: Translated from TextMate Snippet
# name: step(2) { |e| .. }
## condition: "source.ruby"
# --
step(${1:2}) { ${2:$(if (string= yas/text "") "" "|")}${2:n}${2:$(if (string= yas/text "") "" "|")} $0 }