5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: -behaviour(...).
|
|
# --
|
|
-behaviour(${1:gen_server}).
|
|
$0 |