class Sass::Tree::Node

def options=(options)

Other tags:
    See: #options -

Parameters:
  • options (Hash) -- The options
def options=(options)
  children.each {|c| c.options = options}
  @options = options
end