A solely static node left over after a mixin include or @content has been performed. Its sole purpose is to wrap exceptions to add to the backtrace.
@see Sass::Tree
Initializes this node from an existing node. @param name [String] The name of the trace entry to add. @param mixin [Node] The node to copy information from. @return [TraceNode]
# File lib/sass/tree/trace_node.rb, line 24 def self.from_node(name, node) trace = new(name) trace.line = node.line trace.filename = node.filename trace.options = node.options trace end
Generated with the Darkfish Rdoc Generator 2.