class RuboCop::MagicComment

def valid?

def valid?
  @comment.start_with?('#') && any?
end