# File lib/less/engine/nodes/property.rb, line 25
      def parent= obj
        @parent = obj
        value.parent = self
      end