method
class
v6.1.7.7 - Show latest stable - 0 notes - Class: ActiveSupport::Deprecation::DeprecatedConstantProxy
class() public Returns the class of the new constant.
PLANETS_POST_2006 = %w(mercury venus earth mars jupiter saturn uranus neptune) PLANETS = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('PLANETS', 'PLANETS_POST_2006') PLANETS.class # => Array

