91 92 93 94 95
# File 'lib/gitlab/qa/release.rb', line 91 def to_ee return self if ee? self.class.new(to_s.sub('ce:', 'ee:')) end