diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-03-11 00:19:39 -0300 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2016-03-11 00:19:39 -0300 |
commit | 1ba3401e7c1a4d05969d56ed9d0c9215de2fc0c5 (patch) | |
tree | 5c40b8380776a36246b0afdbfe54dc67bce0f4d0 /activesupport | |
parent | 264222bc4494ec6db6720aa7e3b2c1af0e22bbfa (diff) | |
parent | 73e46ac1363d376f0bf745f85e91439ae09da815 (diff) | |
download | rails-1ba3401e7c1a4d05969d56ed9d0c9215de2fc0c5.tar.gz rails-1ba3401e7c1a4d05969d56ed9d0c9215de2fc0c5.tar.bz2 rails-1ba3401e7c1a4d05969d56ed9d0c9215de2fc0c5.zip |
Merge pull request #24145 from bdewater/remove_try_require
Remove unused try require in ActiveSupport::TimeZone
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/values/time_zone.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb index 7ca3592520..118bf8eab0 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -1,7 +1,6 @@ require 'tzinfo' require 'concurrent/map' require 'active_support/core_ext/object/blank' -require 'active_support/core_ext/object/try' module ActiveSupport # The TimeZone class serves as a wrapper around TZInfo::Timezone instances. |