method
class
v7.1.3.2 -
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