# File lib/capistrano/role.rb, line 5
    def initialize(*list)
      @static_servers = []
      @dynamic_servers = []
      push(*list)
    end