yasnippet/extras/imported/ruby-mode/Searching and Selection/min { a, b .. } (min).yasnippet

7 lines
159 B
Plaintext

# -*- mode: snippet -*-
# key: min
# contributor: Translated from TextMate Snippet
# name: min { |a, b| .. }
## condition: "source.ruby"
# --
min { |a, b| $0 }