module RuboCop::Cop::StatementModifier

def body_has_comment?(body)

def body_has_comment?(body)
  comment_lines.include?(body.source_range.line)
end