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