# File lib/charlock_holmes/encoding_detector.rb, line 14
    def self.detect(str, hint_enc=nil)
      new.detect(str, hint_enc)
    end