encoding

in lib/linguist/blob_helper.rb [107:112]


    def encoding
      if hash = detect_encoding
        hash[:encoding]
      end
    end