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:
parent
19d2867b6b
commit
f483fbb1be
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue