Method: Fastlane::Helper::CarthageCacheHelper.show_message

Defined in:
lib/fastlane/plugin/carthage_cache_res/helper/carthage_cache_helper.rb

.show_messageObject

class methods that you define here become available in your action as ‘Helper::CarthageCacheHelper.your_method`



7
8
9
# File 'lib/fastlane/plugin/carthage_cache_res/helper/carthage_cache_helper.rb', line 7

def self.show_message
  UI.message("Hello from the carthage_cache plugin helper!")
end