Skip to content

Commit

Permalink
Remove require Object#blank? monkey patch
Browse files Browse the repository at this point in the history
Object#blank? used to be used in this file, but it's not anymore.

This avoids a monkey-patch, for those who want to use just this isolated
feature of ActiveSupport.
  • Loading branch information
cllns authored and jeremy committed Feb 17, 2018
1 parent 0f98954 commit 33886e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activesupport/lib/active_support/values/time_zone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require "tzinfo"
require "concurrent/map"
require "active_support/core_ext/object/blank"

module ActiveSupport
# The TimeZone class serves as a wrapper around TZInfo::Timezone instances.
Expand Down

0 comments on commit 33886e2

Please sign in to comment.