File: no_string_ext.rb

package info (click to toggle)
ruby-unicode-display-width 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: ruby: 278; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
# frozen_string_literal: true

warn "You are loading 'unicode-display_width/no_string_ext'\n" \
     "Beginning with version 2.0, this is not necessary anymore\n"\
     "You can just require 'unicode-display_width' now and no\n"\
     "string extension will be loaded"

require_relative "../display_width"