yasnippet/extras/imported/ruby-mode/Methods/alias_method .. (am).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
154 B
Plaintext

# -*- mode: snippet -*-
# key: am
# contributor: Translated from TextMate Snippet
# name: alias_method ..
# --
alias_method :${1:new_name}, :${0:old_name}