/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
- # -*- mode: snippet -*-
- # key: am
- # contributor: Translated from TextMate Snippet
- # name: alias_method ..
- # --
- alias_method :${1:new_name}, :${0:old_name}