Method: Chef::Formatters::Base#is_structured_deprecation?

Defined in:
lib/chef/formatters/base.rb

#is_structured_deprecation?(deprecation) ⇒ Boolean

Returns:

  • (Boolean)


223
224
225
# File 'lib/chef/formatters/base.rb', line 223

def is_structured_deprecation?(deprecation)
  deprecation.is_a?(Chef::Deprecated::Base)
end