diff options
author | Joost Baaij <joost@spacebabies.nl> | 2010-08-26 21:31:32 +0200 |
---|---|---|
committer | Joost Baaij <joost@spacebabies.nl> | 2010-08-26 21:31:32 +0200 |
commit | 80ae74dea7c4f91ec47935409f666ae8a9c094a8 (patch) | |
tree | 08864d7d8264710021e8e6a9bf9ae4e0be4789a1 /activesupport/lib | |
parent | a88fb2fd1b2521c3bed02d97805ae7a83eb975df (diff) | |
download | rails-80ae74dea7c4f91ec47935409f666ae8a9c094a8.tar.gz rails-80ae74dea7c4f91ec47935409f666ae8a9c094a8.tar.bz2 rails-80ae74dea7c4f91ec47935409f666ae8a9c094a8.zip |
Prevent any warnings from being printed during RDoc generation
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/deprecation/proxy_wrappers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb index deb33ab702..970536a594 100644 --- a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb +++ b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb @@ -58,7 +58,7 @@ module ActiveSupport end end - class DeprecatedConstantProxy < DeprecationProxy #:nodoc: + class DeprecatedConstantProxy < DeprecationProxy #:nodoc:all def initialize(old_const, new_const) @old_const = old_const @new_const = new_const |