File: no_string_ext.rb

package info (click to toggle)
ruby-unicode-display-width 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 124 kB
  • sloc: ruby: 79; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
module Unicode
  module DisplayWidth
    NO_STRING_EXT = true
  end
end

require_relative '../display_width'