This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
guess_old(str)
Guess input encoding by NKF.guess1
# File ext/nkf/lib/kconv.rb, line 222 def guess_old(str) ::NKF::guess1(str) end