yasnippet-snippets/snippets/elixir-mode/call

5 lines
89 B
Plaintext
Raw Permalink Normal View History

2016-08-04 14:12:32 +02:00
# -*- mode: snippet -*-
# name: call
# key: call
# --
GenServer.call(${1:__MODULE__}, $0)