# File lib/sass/less.rb, line 295 295: def to_sass_tree 296: if @declaration 297: return if hide_in_sass 298: node = Sass::Tree::VariableNode.new(self, @value.to_sass_tree, false) 299: node.line = self.src_line 300: node 301: else 302: Sass::Script::Variable.new(self) 303: end 304: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.