# File lib/mab/indentation.rb, line 26 def reindent!(str) str.split(/\r?\n/).each do |s| text! s end end