Method: Fastlane::Helper::AutoVersionNameHelper.show_message
- Defined in:
- lib/fastlane/plugin/auto_version_name/helper/auto_version_name_helper.rb
.show_message ⇒ Object
class methods that you define here become available in your action as ‘Helper::AutoVersionNameHelper.your_method`
11 12 13 |
# File 'lib/fastlane/plugin/auto_version_name/helper/auto_version_name_helper.rb', line 11 def self. UI.("Hello from the auto_version_name plugin helper!") end |