Class: Sass::Tree::DebugNode

Inherits:
Node show all
Defined in:
lib/sass/tree/debug_node.rb

Instance Attribute Summary

Attributes inherited from Node

#children, #filename, #line

Instance Method Summary collapse

Methods inherited from Node

#<<, #==, #invisible?, #last, #perform, #to_s, #to_sass

Constructor Details

#initialize(expr, options) ⇒ DebugNode

Returns a new instance of DebugNode.



4
5
6
7
# File 'lib/sass/tree/debug_node.rb', line 4

def initialize(expr, options)
  @expr = expr
  super(options)
end