# File lib/sass/tree/warn_node.rb, line 16 def to_src(tabs, opts, fmt) "#{' ' * tabs}@warn #{@expr.to_sass(opts)}#{semi fmt}\n" end