Method: Fastlane::Helper::CarthageCacheHelper.show_message
- Defined in:
- lib/fastlane/plugin/carthage_cache_res/helper/carthage_cache_helper.rb
.show_message ⇒ Object
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. UI.("Hello from the carthage_cache plugin helper!") end |