class RuboCop::Cop::Chef::Deprecations::UseInlineResourcesDefined

use_inline_resources became the default in Chef Infra Client 13+ and no longer needs to be called in resources

@example

### incorrect
use_inline_resources
use_inline_resources if defined?(use_inline_resources)
use_inline_resources if respond_to?(:use_inline_resources)