6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: cast
|
|
# key: cast
|
|
# --
|
|
GenServer.cast(${1:__MODULE__}, $0)
|