A dynamic node representing a Sass `@for` loop.
@see Sass::Tree
@param var [String] See {#var} @param from [Script::Tree::Node] See {#from} @param to [Script::Tree::Node] See {#to} @param exclusive [Boolean] See {#exclusive}
# File lib/sass/tree/for_node.rb, line 28 def initialize(var, from, to, exclusive) @var = var @from = from @to = to @exclusive = exclusive super() end
Generated with the Darkfish Rdoc Generator 2.