class Sass::Tree::Node
def options=(options)
- See: #options -
Parameters:
-
options(Hash) -- The options
def options=(options) children.each {|c| c.options = options} @options = options end
options
(Hash)
-- The options
def options=(options) children.each {|c| c.options = options} @options = options end