Methods

Class/Module Index [+]

Quicksearch

Sass::Tree::ErrorNode

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

@see Sass::Tree

Attributes

expr[RW]

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

Public Class Methods

new(expr) click to toggle source

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

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.