yasnippet-snippets/snippets/ruby-mode/init

7 lines
90 B
Plaintext
Raw Normal View History

2011-07-07 14:32:44 +02:00
# -*- mode: snippet -*-
# name: init
# key: init
# --
def initialize(${1:args})
$0
end