aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-12-12 23:27:10 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-07 19:46:14 -0200
commitded5f5b261b324767406baca41193c08c966008a (patch)
treeaf2d58a78874ec977390c23cc967b7cf26483f05 /activesupport/lib/active_support/core_ext/time
parente274db9edc31536510eef42ad61f170bd2787e13 (diff)
downloadrails-ded5f5b261b324767406baca41193c08c966008a.tar.gz
rails-ded5f5b261b324767406baca41193c08c966008a.tar.bz2
rails-ded5f5b261b324767406baca41193c08c966008a.zip
Revert some warning removals related to Ruby 2.0
These warnings were actually a bug in Ruby 2.0, the accessors should not be raising such warnings, they are only meant for ivars. - Revert "fix warnings in Ruby 2.0" This reverts commit 26702a6d3461f4a1c75165030b96886514ecb877. - Revert "Merge pull request #8282 from arunagw/warning_removed_for_ruby2" This reverts commit f63d6544e45e78cda29c0c56fbdf3d9e1f405340, reversing changes made to 3a890681fad8218305585036abed6d7463a44e41.
Diffstat (limited to 'activesupport/lib/active_support/core_ext/time')
-rw-r--r--activesupport/lib/active_support/core_ext/time/zones.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/core_ext/time/zones.rb b/activesupport/lib/active_support/core_ext/time/zones.rb
index 796c5f9805..139d48f59c 100644
--- a/activesupport/lib/active_support/core_ext/time/zones.rb
+++ b/activesupport/lib/active_support/core_ext/time/zones.rb
@@ -1,8 +1,6 @@
require 'active_support/time_with_zone'
class Time
- @zone_default = nil
-
class << self
attr_accessor :zone_default