Skip to content

Instantly share code, notes, and snippets.

@zaius
Created April 19, 2014 02:39
Show Gist options
  • Save zaius/11072198 to your computer and use it in GitHub Desktop.
Save zaius/11072198 to your computer and use it in GitHub Desktop.
ruby and newlines
zaius@pro:~$ irb
irb(main):001:0> (2 +
irb(main):002:1* 3)
=> 5
irb(main):003:0> (2
irb(main):004:1> +3)
=> 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment