Method: Fastlane::Actions::ImportAction.example_code

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

.example_codeObject

[View source]

38
39
40
41
42
# File 'fastlane/lib/fastlane/actions/import.rb', line 38

def self.example_code
  [
    'import("./path/to/other/Fastfile")'
  ]
end