rails/activesupport/lib
Carlos Antonio da Silva 681d89f96b Stop SafeBuffer#clone_empty from issuing warnings
Logic in clone_empty method was dealing with old @dirty variable, which
has changed by @html_safe in this commit:
139963c99a

This was issuing a "not initialized variable" warning - related to:
https://github.com/rails/rails/pull/5237

The logic applied by this method is already handled by the [] override,
so there is no need to reset the variable here.
2012-03-02 11:07:42 -03:00
..
active_support Stop SafeBuffer#clone_empty from issuing warnings 2012-03-02 11:07:42 -03:00
active_support.rb remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00