class Sass::Tree::Node

def options=(options)

Other tags:
    See: #options -

Parameters:
  • options ({Symbol => Object}) -- The options
def options=(options)
  Sass::Tree::Visitors::SetOptions.visit(self, options)
end