Method: Fastlane::Actions::ShAction.return_value
- Defined in:
- fastlane/lib/fastlane/actions/sh.rb
.return_value ⇒ Object
43 44 45 |
# File 'fastlane/lib/fastlane/actions/sh.rb', line 43 def self.return_value 'Outputs the string and executes it. When running in tests, it returns the actual command instead of executing it' end |