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