summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/am
blob: 7675a977ac223d9b1aacc5c85948feb5976ceb5b (plain) (blame)
1
2
3
4
#name : alias_method new, old
#group : definitions
# --
alias_method :${new_name}, :${old_name}