|
|
|
|
|
by Dan42
171 days ago
|
|
Yeah, it doesn't work with keyword arguments. In the playground I tried a simple keyword with default value, and it converted to the wrong thing, as if "someone" was a valid type. def greet(name: "someone"): String
"Hello, #{name}!"
end
|
|