We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5548f55 commit b5294c9Copy full SHA for b5294c9
lib/unicode/display_width/string_ext.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-require_relative "../display_width" unless defined? Unicode::DisplayWidth
+require_relative "../display_width"
4
5
class String
6
def display_width(ambiguous = 1, overwrite = {}, options = {})
0 commit comments