aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2011-06-05 10:34:40 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2011-06-05 10:34:40 -0500
commitc2c8ef57d6f00d1c22743dc43746f95704d67a95 (patch)
tree8de6689447cf2878b3d727a6631535c961d560ce /activesupport/lib/active_support/core_ext
parent9f19322b1f9eee99b5f8f5a2e85b1e3a27f82c64 (diff)
downloadrails-c2c8ef57d6f00d1c22743dc43746f95704d67a95.tar.gz
rails-c2c8ef57d6f00d1c22743dc43746f95704d67a95.tar.bz2
rails-c2c8ef57d6f00d1c22743dc43746f95704d67a95.zip
Remove trailing white-spaces
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/kernel/reporting.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/kernel/reporting.rb b/activesupport/lib/active_support/core_ext/kernel/reporting.rb
index c6920098a8..526b8378a5 100644
--- a/activesupport/lib/active_support/core_ext/kernel/reporting.rb
+++ b/activesupport/lib/active_support/core_ext/kernel/reporting.rb
@@ -59,7 +59,7 @@ module Kernel
raise unless exception_classes.any? { |cls| e.kind_of?(cls) }
end
end
-
+
# Captures the given stream and returns it:
#
# stream = capture(:stdout) { puts "Cool" }