# -*- mode: snippet -*-
# name: method
# key: method
# --
method ${1:name}(${2:arguments}): ${3:return type} =
$0