Merge pull request #124 from elixirkoans/protocols

Protocols
This commit is contained in:
Felipe Seré
2016-05-27 14:09:53 +01:00
4 changed files with 68 additions and 2 deletions

View File

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