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