# File lib/sass/tree/comment_node.rb, line 63 def lines @value.inject(0) do |s, e| next s + e.count("\n") if e.is_a?(String) next s end end