= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
tosjis(str)
Convert str to Shift_JIS
# File ext/nkf/lib/kconv.rb, line 91 def tosjis(str) kconv(str, SJIS) end