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