# File lib/less/engine/nodes/property.rb, line 42
      def inspect
        self + (empty?? "" : ": `#{value.map {|i| i.to_s } * ' | '}`")
      end