class Inspec::Control

def indent(txt, d)

def indent(txt, d)
  dt = ' '*d
  dt + txt.gsub("\n", "\n"+dt)
end