# File lib/puppet/util/reference.rb, line 134 134: def indent(text, tab) 135: return text.gsub(/(^|\A)/, tab).gsub(/^ +\.\./, "..") 136: end