PageRenderTime 119ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Ordering/sort { |a, b| .. } (sor).yasnippet

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