Y
Hacker News
new
|
ask
|
show
|
jobs
by
jurre
4665 days ago
Meh, not really. In ruby `return x, y` is just syntactic sugar for `return [x, y]`, ie returning an array. It's also an indication that you probably need a class.