PageRenderTime 897ms CodeModel.GetById 884ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Methods/alias_method .. (am).yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | e42699490e187f74dbe0822b4b25d31e MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: am
  3. # contributor: Translated from TextMate Snippet
  4. # name: alias_method ..
  5. # --
  6. alias_method :${1:new_name}, :${0:old_name}