From 73e46ac1363d376f0bf745f85e91439ae09da815 Mon Sep 17 00:00:00 2001 From: Bart de Water Date: Thu, 10 Mar 2016 21:23:00 +0100 Subject: Remove unused try require --- activesupport/lib/active_support/values/time_zone.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport') 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. -- cgit v1.2.3