Created
April 19, 2014 02:39
-
-
Save zaius/11072198 to your computer and use it in GitHub Desktop.
ruby and newlines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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