DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / elixir-mode / hcall
12345678
# -*- mode: snippet -*- # name: hcall # key: hcall # -- def handle_call($1, _from, state) do reply = $0 {:reply, reply, state} end