Method: Fastlane::Actions::ErbAction.details

Defined in:
fastlane/lib/fastlane/actions/erb.rb

.detailsObject



23
24
25
26
27
28
# File 'fastlane/lib/fastlane/actions/erb.rb', line 23

def self.details
  [
    "Renders an ERB template with `:placeholders` given as a hash via parameter.",
    "If no `:destination` is set, it returns the rendered template as string."
  ].join("\n")
end