# File lib/fog/aws/parsers/compute/describe_instances.rb, line 18 def start_element(name, attrs = []) super if @contexts.include?(name) @context.push(name) end end