class Fastlane::ErbalT

def render(template)

def render(template)
  ERB.new(template).result(binding)
end