class Sass::Tree::EachNode
def initialize(var, list)
-
list
(Script::Node
) -- The parse tree for the list -
var
(String
) -- The name of the loop variable
def initialize(var, list) @var = var @list = list super() end
list
(Script::Node
)
-- The parse tree for the list
var
(String
)
-- The name of the loop variable
def initialize(var, list) @var = var @list = list super() end