yasnippet-snippets/snippets/elixir-mode/call

5 lines
89 B
Plaintext

# -*- mode: snippet -*-
# name: call
# key: call
# --
GenServer.call(${1:__MODULE__}, $0)