DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / elixir-mode / hcast
12345678
# -*- mode: snippet -*- # name: hcast # key: hcast # -- def handle_cast($1, state) do $0 {:noreply, state} end