PageRenderTime 107ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/ruby-mode/Rake/namespace :__ do __ end.yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | ed47325eb6969a9145a3839bd331d461 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: nam
  3. # contributor: Translated from TextMate Snippet
  4. # name: namespace :.. do .. end
  5. # --
  6. namespace :${1:${TM_FILENAME/\.\w+//}} do
  7. $0
  8. end