# File lib/puppet/util/reference.rb, line 104 104: def indent(text, tab) 105: text.gsub(/(^|\A)/, tab).gsub(/^ +\.\./, "..") 106: end