Question: Which module can you use to encapsulate a cohesive chunk of functionality into a mixin?

  1. `ActiveSupport::Concern`
  2. `RailsHelper.CommonClass`
  3. `ActiveJob::Mixin`
  4. `ActiveSupport::Module`

Answer: The correct answer of the above question is Option A:`ActiveSupport::Concern`