# File lib/windows/msvcrt/string.rb, line 60 def mbslen(string) return nil if string == 0 Mbslen.call(string) end