Question: Which module can you use to encapsulate a cohesive chunk of functionality into a mixin?
- `ActiveSupport::Concern`
 - `RailsHelper.CommonClass`
 - `ActiveJob::Mixin`
 - `ActiveSupport::Module`
 
Answer: The correct answer of the above question is Option A:`ActiveSupport::Concern`