diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index dce1861..ba761fd 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -210,7 +210,7 @@ snippet defds snippet am alias_method :${1:new_name}, :${0:old_name} snippet amc - alias_method_chain :${1:name}, :${0:feature} + alias_method_chain :${1:method_name}, :${0:feature} snippet app if __FILE__ == $PROGRAM_NAME ${0}