Skip to content

Commit 7dd80d6

Browse files
committed
remove unnecessary require
AS::Multibyte are no longer required by access and filters string core extensions.
1 parent f5e26bc commit 7dd80d6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

activesupport/lib/active_support/core_ext/string/access.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'active_support/multibyte'
2-
31
class String
42
# If you pass a single Fixnum, returns a substring of one character at that
53
# position. The first character of the string is at position 0, the next at

activesupport/lib/active_support/core_ext/string/filters.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'active_support/core_ext/string/multibyte'
2-
31
class String
42
# Returns the string, first removing all whitespace on both ends of
53
# the string, and then changing remaining consecutive whitespace

0 commit comments

Comments
 (0)