# File lib/core/facets/string/indent.rb, line 18
  def indent!(n, c=' ')
    replace(indent(n,c))
  end