forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/ruby-mode/am

4 lines
95 B
Plaintext

#name : alias_method new, old
#group : definitions
# --
alias_method :${new_name}, :${old_name}