# File lib/aws/iam/group_user_collection.rb, line 72
      def each(options = {}, &block)
        super(options.merge(:group_name => group.name), &block)
      end