Class: Sass::Tree::DebugNode
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(expr, options) ⇒ DebugNode
constructor
A new instance of DebugNode.
Methods inherited from Node
#<<, #==, #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, ) @expr = expr super() end |