Use triple underscore instead of double

This commit is contained in:
Uku Taht
2016-04-20 11:23:44 +01:00
parent ea2bb8f9bf
commit ded0f11ec6
16 changed files with 148 additions and 161 deletions

View File

@@ -2,7 +2,7 @@ defmodule SampleKoan do
use Koans
koan "Thinking more than once" do
assert 3 == :__
assert 4 == :__
assert 3 == ___
assert 4 == ___
end
end