# File lib/facet/string/tab.rb, line 30 def tabto(n) if self =~ /^( *)\S/ indent(n - $1.length) else self end end