debian-mirror-gitlab/app/experiments/build_ios_app_guide_email_experiment.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
138 B
Ruby
Raw Normal View History

2022-07-16 23:28:13 +05:30
# frozen_string_literal: true
class BuildIosAppGuideEmailExperiment < ApplicationExperiment
control { false }
candidate { true }
end