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