class RuboCop::Cop::Layout::EmptyComment

def comment_text(comment)

def comment_text(comment)
  "#{comment.text.strip}\n"
end