Protocol examples updated to use Structs

This commit is contained in:
gemcfadyen
2016-05-25 17:44:42 +01:00
parent 65553d966f
commit c970ed01dd
4 changed files with 67 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ defmodule Runner do
Processes,
Tasks,
Agents,
Protocols,
]
def koan?(koan), do: Enum.member?(@modules, koan)