class Sprockets::DirectiveProcessor
def self.instance
def self.instance # Default to C comment styles @instance ||= new(comments: ["//", ["/*", "*/"]]) end
def self.instance # Default to C comment styles @instance ||= new(comments: ["//", ["/*", "*/"]]) end