Parent

Methods

Class/Module Index [+]

Quicksearch

Sass::Tree::DebugNode

A dynamic node representing a Sass `@debug` statement.

@see Sass::Tree

Attributes

expr[RW]

The expression to print. @return [Script::Node]

Public Class Methods

new(expr) click to toggle source

@param expr [Script::Node] The expression to print

# File lib/sass/tree/debug_node.rb, line 12
def initialize(expr)
  @expr = expr
  super()
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.