GenServers swapped lesson position with Protocols

This commit is contained in:
Eric Anderson
2017-07-19 19:28:57 -05:00
parent 3f1eb8f397
commit 33d0892c7a
3 changed files with 1 additions and 1 deletions

View File

@@ -17,8 +17,8 @@ defmodule Runner do
Processes,
Tasks,
Agents,
Protocols,
GenServers,
Protocols,
]
def koan?(koan), do: Enum.member?(@modules, koan)