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