Module: Chef::Sugar::Deprecation

Extended by:
Deprecation
Included in:
Deprecation
Defined in:
lib/chef/sugar/deprecation.rb

Instance Method Summary collapse

Instance Method Details

#deprecated(message) ⇒ Object



34
35
36
# File 'lib/chef/sugar/deprecation.rb', line 34

def deprecated(message)
  Chef.deprecated(:chef_sugar, message)
end