7 lines
90 B
Plaintext
Raw Normal View History

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