class RuboCop::Cop::Style::Encoding

def offense?(comment)

def offense?(comment)
  comment.encoding_specified? && comment.encoding.casecmp('utf-8').zero?
end