= private = protected
tojis(str)
Convert str to ISO-2022-JP
# File ext/nkf/lib/kconv.rb, line 74 def tojis(str) kconv(str, JIS) end