98 99 100 101 102
# File 'lib/gitlab/qa/release.rb', line 98 def to_ee return self if ee? self.class.new(to_s.sub('ce:', 'ee:')) end