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

7 lines
159 B
Plaintext

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