# File lib/facets/core/string/indent.rb, line 7
  def tab(n)
    gsub(/^ */, ' ' * n)
  end