Aaron Patterson
- 10mo ·
-
Public·
-
mastodon.social
Ruby Quiz, what does this return?
def foo(_ = 1, _:)
_
end
p foo(_: 2)