Sha256: ac36b81d7699c3b6e25dde476d00bad32dedc8c6963248c41597259a10a43ff0
Contents?: true
Size: 114 Bytes
Versions: 2
Compression:
Stored size: 114 Bytes
Contents
require_relative "../wcswidth" module Kernel private def wcswidth(string) Wcswidth.of(string) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wcswidth-1.0.1 | lib/wcswidth/kernel_method.rb |
wcswidth-1.0.0 | lib/wcswidth/kernel_method.rb |