Method: Fastlane::Actions::CleanCocoapodsCacheAction.example_code

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

.example_codeObject


40
41
42
43
44
45
# File 'fastlane/lib/fastlane/actions/clean_cocoapods_cache.rb', line 40

def self.example_code
  [
    'clean_cocoapods_cache',
    'clean_cocoapods_cache(name: "CACHED_POD")'
  ]
end