# File lib/sass/tree/root_node.rb, line 17 def to_s(*args) super rescue Sass::SyntaxError => e e.sass_template ||= @template raise e end