1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Sass] Fix the RuleNode#_to_s docstring.

This commit is contained in:
Nathan Weizenbaum 2009-11-26 01:10:11 -08:00
parent 19d2867b6b
commit f483fbb1be

View file

@ -115,8 +115,6 @@ module Sass::Tree
# Computes the CSS for the rule.
#
# @param tabs [Fixnum] The level of indentation for the CSS
# @param super_rules [Array<Array<String>>] The rules for the parent node
# (see \{#rules}), or `nil` if there are no parents
# @return [String] The resulting CSS
def _to_s(tabs)
tabs = tabs + self.tabs