Class: ErbalT

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

Instance Method Summary collapse

Instance Method Details

#render(template) ⇒ Object



301
302
303
# File 'lib/fastlane/actions/s3.rb', line 301

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