class Sass::Tree::Node

def options=(options)

Other tags:
    See: #options -

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