PageRenderTime 42ms CodeModel.GetById 37ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Idioms/singleton_class().yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 24ac47c4cd77a7a9a70c8ab20937e06a MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: sinc
  3. # contributor: Translated from TextMate Snippet
  4. # name: singleton_class()
  5. # --
  6. class << self; self end