lib/sass/selector/abstract_sequence.rb in sass-3.4.20 vs lib/sass/selector/abstract_sequence.rb in sass-3.4.21

- old
+ new

@@ -69,11 +69,13 @@ end end # Returns the selector string. # + # @param opts [Hash] rendering options. + # @option opts [Symbol] :style The css rendering style. # @return [String] - def to_s + def to_s(opts = {}) Sass::Util.abstract(self) end # Returns the specificity of the selector. #