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