# File lib/fog/core/attributes.rb, line 133
      def dup
        copy = super
        copy.dup_attributes!
        copy
      end