+ 2
Could you do a "#Start" and "#End"?
Read Question
3 Answers
+ 6
what do you mean
+ 3
=begin
This is a multiline comment in Ruby.
=end
#This is a single line comment in Ruby.
+ 1
Na, it will create those lines into a comment, rather than the start and end of a comment. Whatever you include within them will be a part of the code, and not a comment.