diff options
author | Bart de Water <bart@somnilocode.nl> | 2016-03-10 21:23:00 +0100 |
---|---|---|
committer | Bart de Water <bart@somnilocode.nl> | 2016-03-10 21:23:00 +0100 |
commit | 73e46ac1363d376f0bf745f85e91439ae09da815 (patch) | |
tree | 8bf2dcea0476f0a19e867d91d04756d8c589ad03 /activesupport/lib | |
parent | 1e4de9bf9e7cf2224d1c392b112b2fa6da0ed09b (diff) | |
download | rails-73e46ac1363d376f0bf745f85e91439ae09da815.tar.gz rails-73e46ac1363d376f0bf745f85e91439ae09da815.tar.bz2 rails-73e46ac1363d376f0bf745f85e91439ae09da815.zip |
Remove unused try require
Diffstat (limited to 'activesupport/lib')
-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. |