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

/ruby-mode/Methods/def method_missing .. end (mm).yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 12cb75f7a422aeb05af3d923a6879849 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: defmm
  3. # contributor: Translated from TextMate Snippet
  4. # name: def method_missing .. end
  5. # --
  6. def method_missing(meth, *args, &blk)
  7. $0
  8. end