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