[Fix #4885] Fix false offense detected by `Style/MixinUsage` cop by koic · Pull Request #4941 · rubocop/rubocop

Fixes #4885. This change makes the following modification based on Issue's report. Using include inside block The follwing does not register an offense. Class.new do include IsNameValueType end a...