Methods

Class/Module Index [+]

Quicksearch

Sass::Tree::WhileNode

A dynamic node representing a Sass `@while` loop.

@see Sass::Tree

Attributes

expr[RW]

The parse tree for the continuation expression. @return [Script::Node]

Public Class Methods

new(expr) click to toggle source

@param expr [Script::Node] See {#expr}

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.