# File lib/sass/selector/comma_sequence.rb, line 60
      def inspect
        members.map {|m| m.inspect}.join(", ")
      end