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