Methods

Class/Module Index [+]

Quicksearch

Sass::Tree::ReturnNode

A dynamic node representing returning from a function.

@see Sass::Tree

Attributes

expr[RW]

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

Public Class Methods

new(expr) click to toggle source

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

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.