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