# File lib/stella/testplan.rb, line 84 def host h = @host.nil? || frozen? ? HostInfo.load_or_create(hostid) : @host frozen? ? h : (@host=h) end