aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorFlorent Guilleux <florent2@gmail.com>2012-12-01 13:22:49 -0500
committerFlorent Guilleux <florent2@gmail.com>2012-12-01 13:22:49 -0500
commit8dc4041a9b2fb0e8bc2bcb72ab93adb8722e62cd (patch)
treed3c21858cb1a7fae8339b4542b200d59dc9ec815 /activesupport/lib/active_support
parent90c887fa7d0c454b7533e208daefc342dea4d5f3 (diff)
downloadrails-8dc4041a9b2fb0e8bc2bcb72ab93adb8722e62cd.tar.gz
rails-8dc4041a9b2fb0e8bc2bcb72ab93adb8722e62cd.tar.bz2
rails-8dc4041a9b2fb0e8bc2bcb72ab93adb8722e62cd.zip
Revert "Remove trailing whitespaces"
This reverts commit 90c887fa7d0c454b7533e208daefc342dea4d5f3.
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/gzip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/gzip.rb b/activesupport/lib/active_support/gzip.rb
index cc9e151ac2..6ef33ab683 100644
--- a/activesupport/lib/active_support/gzip.rb
+++ b/activesupport/lib/active_support/gzip.rb
@@ -9,7 +9,7 @@ module ActiveSupport
# # => "\x1F\x8B\b\x00o\x8D\xCDO\x00\x03K\xCE\xCF-(J-.V\xC8MU\x04\x00R>n\x83\f\x00\x00\x00"
#
# ActiveSupport::Gzip.decompress(gzip)
- # # => "compress me!"
+ # # => "compress me!"
module Gzip
class Stream < StringIO
def initialize(*)