# File lib/aws/iam/group_user_collection.rb, line 67
      def clear
        each {|user| remove(user) }
      end