Skip to content

Instantly share code, notes, and snippets.

@madhums
Created November 15, 2010 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madhums/700246 to your computer and use it in GitHub Desktop.
Save madhums/700246 to your computer and use it in GitHub Desktop.
block comments in ruby
=begin
notice there is no space at the beginning of =begin
code or
#comment
.
.
.
=end
=begin
this will throw an error. there shouldn't be any space in the beginning of block comment.
=end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment