# File lib/sass/tree/comment_node.rb, line 31 def initialize(value, type) @value = Sass::Util.with_extracted_values(value) {|str| normalize_indentation str} @type = type super() end