Class: ErbalT

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/fastlane/actions/s3.rb

Instance Method Summary collapse

Instance Method Details

#render(template) ⇒ Object



250
251
252
# File 'lib/fastlane/actions/s3.rb', line 250

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