1
0
Fork 0
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 commit e8feaff60b, reversing
changes made to 9adf28c026.

Reason: This broke the actionmailer tests
This commit is contained in:
Carlos Galdino + Rafael Mendonça França 2012-05-16 17:10:17 -03:00
parent 98bfccbdb5
commit eb06d582e4
3 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,5 @@
# encoding: utf-8
require 'active_support/multibyte'
require 'active_support/core_ext/string/multibyte'
require 'active_support/i18n'
module ActiveSupport