lib/sass/tree/rule_node.rb in sass-3.3.0.alpha.231 vs lib/sass/tree/rule_node.rb in sass-3.3.0.alpha.243
- old
+ new
@@ -56,10 +56,10 @@
# The stack trace.
# This is only readable in a CSS tree as it is written during the perform step
# and only when the :trace_selectors option is set.
#
- # @return [Array<String>]
+ # @return [String]
attr_accessor :stack_trace
# @param rule [Array<String, Sass::Script::Tree::Node>]
# @param selector_source_range [Sass::Source::Range]
# The CSS rule. See \{#rule}