# File lib/fog/aws/parsers/storage/get_bucket_tagging.rb, line 11 def start_element(name, *args) super if name == 'Tag' @in_tag = {} end end