/ruby-mode/Searching and Selection/max { |a, b| .. } (max).yasnippet
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 629e19cbfc6eae164b980f0ee9fd805a MD5 | raw file
- # -*- mode: snippet -*-
- # key: max
- # contributor: Translated from TextMate Snippet
- # name: max { |a, b| .. }
- # --
- max { |a, b| $0 }