mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "Merge pull request #6354 from lest/patch-1"
This reverts commite8feaff60b
, reversing changes made to9adf28c026
. Reason: This broke the actionmailer tests
This commit is contained in:
parent
98bfccbdb5
commit
eb06d582e4
3 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'active_support/multibyte'
|
||||
|
||||
class String
|
||||
# If you pass a single Fixnum, returns a substring of one character at that
|
||||
# position. The first character of the string is at position 0, the next at
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
require 'active_support/core_ext/string/multibyte'
|
||||
|
||||
class String
|
||||
# Returns the string, first removing all whitespace on both ends of
|
||||
# the string, and then changing remaining consecutive whitespace
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# encoding: utf-8
|
||||
require 'active_support/multibyte'
|
||||
require 'active_support/core_ext/string/multibyte'
|
||||
require 'active_support/i18n'
|
||||
|
||||
module ActiveSupport
|
||||
|
|
Loading…
Reference in a new issue