# File lib/sass/tree/node.rb, line 165
      def to_scss(options = {})
        Sass::Tree::Visitors::Convert.visit(self, options, :scss)
      end