# File lib/rbovirt.rb, line 162 def current_cluster @current_cluster ||= self.cluster_id ? cluster(self.cluster_id) : clusters.first end