fastlane/lib/fastlane/actions/erb.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/erb.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -17,11 +17,11 @@ "Allows to Generate output files based on ERB templates" end def self.details [ - "Renders an ERB template with `placeholders` given as a hash via parameter,", - "if no :destination is set, returns rendered template as string" + "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 def self.available_options [