# File lib/rhc/servers.rb, line 184
      def load
        (YAML.load_file(path) || [] rescue []).collect do |e|
          Server.from_yaml_hash e['server']
        end
      end