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