If you want to comment more than one line of Ruby code, you can place them inside a:
=begin
=end |
block. The thing is, =begin and =end must be at the very beginning of the line.
If you want to comment more than one line of Ruby code, you can place them inside a:
=begin
=end |
block. The thing is, =begin and =end must be at the very beginning of the line.