|
2 |
edited tags
|
||
|
1 |
|
||
Syntax for putting a block on a single lineSo I've got a Ruby method like this:
And I want to call it like this:
Except that isn't working for me, I'm getting a syntax error. If I do this instead, it works:
Except there I'm kind of missing the nice look of it being on one line. I can see why this is happening, as it could look like it's a hash being passed as a second variable, but without a comma in between the variables...but I assume that there must be a way to deal with this that I'm missing. Is there?
|
||||
