class RuboCop::Cop::Chef::Modernize::WhyRunSupportedTrue

whyrun_supported? no longer needs to be set to true as that is the default in Chef Infra Client 13+

@example

### incorrect
def whyrun_supported?
 true
end