# frozen_string_literal: true class PairProgramming23Study def self.participate? # TODO: Decide which users are in the study false end end