class Sass::Tree::EachNode
def initialize(vars, list)
-
list
(Script::Tree::Node
) -- The parse tree for the list -
vars
(Array
) -- The names of the loop variables
def initialize(vars, list) @vars = vars @list = list super() end
list
(Script::Tree::Node
)
-- The parse tree for the list
vars
(Array
)
-- The names of the loop variables
def initialize(vars, list) @vars = vars @list = list super() end