Elixir: Make hinfo more general
This commit is contained in:
parent
d742cc22b3
commit
2f6a24dcdb
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
# name: hinfo
|
||||
# key: hinfo
|
||||
# --
|
||||
def handle_info($1, state) do
|
||||
def handle_info($1, ${2:state}) do
|
||||
$0
|
||||
{:noreply, state}
|
||||
end
|
Loading…
Reference in a new issue