class Concourse

def erbify document_string, *args

def erbify document_string, *args
  ERB.new(document_string, nil, "%-").result(binding)
end