Sass::Tree::Node
A dynamic node representing returning from a function.
@see Sass::Tree
The expression to return. @type [Script::Node]
@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.