Created
April 19, 2010 23:48
-
-
Save mlomnicki/371814 to your computer and use it in GitHub Desktop.
Block comments
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
puts "Before block comment" | |
=begin | |
The method above prints a string to stdout | |
Pretty awesome! | |
And the method below does the same! | |
=end | |
puts "After block comment" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment