diff options
Diffstat (limited to 'emacs.d/snippets/text-mode/ruby-mode/am')
-rw-r--r-- | emacs.d/snippets/text-mode/ruby-mode/am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/ruby-mode/am b/emacs.d/snippets/text-mode/ruby-mode/am new file mode 100644 index 0000000..7675a97 --- /dev/null +++ b/emacs.d/snippets/text-mode/ruby-mode/am @@ -0,0 +1,4 @@ +#name : alias_method new, old +#group : definitions +# -- +alias_method :${new_name}, :${old_name}
\ No newline at end of file |