2016-10-20 10:27:10 +02:00

7 lines
90 B
Plaintext

# -*- mode: snippet -*-
# name: init
# key: init
# --
def initialize(${1:args})
$0
end