class Fastlane::Helper::GitCommitLzxHelper

Public Class Methods

show_message() click to toggle source

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

# File lib/fastlane/plugin/git_commit_lzx/helper/git_commit_lzx_helper.rb, line 11
def self.show_message
  UI.message("Hello from the git_commit_lzx plugin helper!")
end