module ICU::CharDet

Public Class Methods

detect(string) click to toggle source
# File lib/ffi-icu/chardet.rb, line 4
def self.detect(string)
  Detector.new.detect string
end