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 f5e26bc commit 7dd80d6Copy full SHA for 7dd80d6
activesupport/lib/active_support/core_ext/string/access.rb
@@ -1,5 +1,3 @@
1
-require 'active_support/multibyte'
2
-
3
class String
4
# If you pass a single Fixnum, returns a substring of one character at that
5
# position. The first character of the string is at position 0, the next at
activesupport/lib/active_support/core_ext/string/filters.rb
-require 'active_support/core_ext/string/multibyte'
# Returns the string, first removing all whitespace on both ends of
# the string, and then changing remaining consecutive whitespace
0 commit comments