mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 14:03:04 +00:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: def
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: def … end
|
|
# --
|
|
def ${1:method_name}
|
|
$0
|
|
end |