Method: Chef::Mixin::Properties::ClassMethods#deprecated_property_alias

Defined in:
lib/chef/mixin/properties.rb

#deprecated_property_alias(from, to, message) ⇒ Object



154
155
156
# File 'lib/chef/mixin/properties.rb', line 154

def deprecated_property_alias(from, to, message)
  Property.emit_deprecated_alias(from, to, message, self)
end