@see Selector#to_a
# File lib/sass/selector.rb, line 282 def to_a [@script] end
Always raises an exception.
@raise [Sass::SyntaxError] Interpolation selectors should be resolved before unification @see Selector#unify
# File lib/sass/selector.rb, line 290 def unify(sels) raise Sass::SyntaxError.new("[BUG] Cannot unify interpolation selectors.") end
Generated with the Darkfish Rdoc Generator 2.