Source: show | on GitHub
# File railties/lib/rails/deprecation.rb, line 5 def self.deprecate(old, current) # double assignment is used to avoid "assigned but unused variable" warning constant = constant = new(old, current) eval "::#{old} = constant" end