PageRenderTime 24ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/ruby-mode/Methods/def self .. end (defs).yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | b95f8b32151f3730d8cb4fe5d03a6d18 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: defs
  3. # contributor: Translated from TextMate Snippet
  4. # name: def self .. end
  5. # --
  6. def self.${1:class_method_name}
  7. $0
  8. end