# File lib/fog/aws/parsers/iam/list_groups_for_user.rb, line 8
          def reset
            @group_for_user = {}
            @response = { 'GroupsForUser' => [] }
          end