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

/ruby-mode/Files/Dir["__"].yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 9a47c89fbf32aad8cba9816092991e75 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: Dir
  3. # contributor: Translated from TextMate Snippet
  4. # name: Dir[".."]
  5. # --
  6. Dir[${1:"${2:glob/**/*.rb}"}]