1 2 3 4
def {{ method_name }}{{ param_sig }} {{ doc_comment }}{% for param in params %} @{{ param }} = {{ param }} {% endfor %} self end