diff options
author | Gaurav Sharma <gaurav2728@gmail.com> | 2015-08-25 01:36:05 +0530 |
---|---|---|
committer | Gaurav Sharma <gaurav2728@gmail.com> | 2015-08-25 01:36:05 +0530 |
commit | a50872d51deb728b4dbafd2c255b083f3730f7be (patch) | |
tree | 70c6dd802830fcd2e1f6d88fb0c402d6cdd8cedd /activesupport | |
parent | 337684fa28a3e8d55874d5740585710d0fa99ead (diff) | |
download | rails-a50872d51deb728b4dbafd2c255b083f3730f7be.tar.gz rails-a50872d51deb728b4dbafd2c255b083f3730f7be.tar.bz2 rails-a50872d51deb728b4dbafd2c255b083f3730f7be.zip |
temp files are no more require
`:nail_care:`
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/kernel/reporting.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/kernel/reporting.rb b/activesupport/lib/active_support/core_ext/kernel/reporting.rb index 9189e6d977..8afc258df8 100644 --- a/activesupport/lib/active_support/core_ext/kernel/reporting.rb +++ b/activesupport/lib/active_support/core_ext/kernel/reporting.rb @@ -1,5 +1,3 @@ -require 'tempfile' - module Kernel # Sets $VERBOSE to nil for the duration of the block and back to its original # value afterwards. |