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