Ruby logoRuby/
RB-ST1010

Use of block comments detectedRB-ST1010

Minor severityMinor
Anti-pattern categoryAnti-pattern

Block comments should be avoided. They cannot be preceded by whitespace and are not as easy to spot as regular comments.

Bad practice

=begin
Multiple lines
of comments...
=end
# Multiple lines
# of comments...