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