7 lines
138 B
Ruby
7 lines
138 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class BuildIosAppGuideEmailExperiment < ApplicationExperiment
|
||
|
control { false }
|
||
|
candidate { true }
|
||
|
end
|