PageRenderTime 29ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 629e19cbfc6eae164b980f0ee9fd805a MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: max
  3. # contributor: Translated from TextMate Snippet
  4. # name: max { |a, b| .. }
  5. # --
  6. max { |a, b| $0 }