should call anonymous function with dot
This commit is contained in:
@@ -69,7 +69,7 @@ defmodule Functions do
|
|||||||
|
|
||||||
koan "Prefix a string with & to build a simple anonymous greet function" do
|
koan "Prefix a string with & to build a simple anonymous greet function" do
|
||||||
greet = &"Hello, #{&1}!"
|
greet = &"Hello, #{&1}!"
|
||||||
assert greet("Foo") == ___
|
assert greet.("Foo") == ___
|
||||||
end
|
end
|
||||||
|
|
||||||
koan "You can build anonymous functions out of any elixir expression by prefixing it with &" do
|
koan "You can build anonymous functions out of any elixir expression by prefixing it with &" do
|
||||||
|
Reference in New Issue
Block a user