# File lib/fog/compute/parsers/aws/describe_key_pairs.rb, line 8 def reset @key = {} @response = { 'keySet' => [] } end