9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: hcast
|
|
# key: hcast
|
|
# --
|
|
def handle_cast($1, state) do
|
|
$0
|
|
{:noreply, state}
|
|
end
|