# File lib/less/engine/nodes/property.rb, line 154
      def inspect
        '[' + map {|i| i.inspect }.join(', ') + ']'
      end