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