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