# File lib/sass/script/literal.rb, line 120 def comma(other) Sass::Script::String.new("#{self.to_s},#{' ' unless options[:style] == :compressed}#{other.to_s}") end