# File lib/sass/tree/node.rb, line 92
      def initialize
        @children = []
        @filename = nil
        @options = nil
      end