1 2 3 4
def initialize{{ param_sig }} {{ doc_comment }} @registrations = [] {% for arg in stored_args %} @{{ arg }} = {{ arg }} {% endfor %} end