class Sprockets::JstProcessor

def indent(string)

def indent(string)
  string.gsub(/$(.)/m, "\\1  ").strip
end