Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • \$\begingroup\$ Is the space at the ternary a{r ?a:a.reverse} necessary? \$\endgroup\$ Commented Aug 18, 2017 at 18:45
  • 2
    \$\begingroup\$ Yes. Ruby methods can end with ?, r? would have been interpreted as a method name. \$\endgroup\$ Commented Aug 18, 2017 at 18:51
  • \$\begingroup\$ Ah ok, thanks for the explanation. Never programmed in Ruby, but it looked like a regular ternary-if I use in Java (or C#), hence my comment. \$\endgroup\$ Commented Aug 18, 2017 at 19:57