# File lib/fog/aws/parsers/compute/create_vpc.rb, line 14 def start_element(name, attrs = []) super case name when 'tagSet' @in_tag_set = true end end