# File lib/rhc/servers.rb, line 130 def find(server) exists?(server).tap{|s| raise RHC::ServerNotConfiguredException.new(server) unless s } end