lib/sass/tree/rule_node.rb in sass-3.4.23 vs lib/sass/tree/rule_node.rb in sass-3.4.24
- old
+ new
@@ -38,10 +38,10 @@
# * This node is in a CSS tree
# * The style is :nested
# * This is a child rule of another rule
# * The parent rule has properties, and thus will be rendered
#
- # @return [Fixnum]
+ # @return [Integer]
attr_accessor :tabs
# The entire selector source range for this rule.
# @return [Sass::Source::Range]
attr_accessor :selector_source_range