class Fastlane::Helper::GitStatusCleanHelper
Public Class Methods
show_message()
click to toggle source
class methods that you define here become available in your action as `Helper::GitStatusCleanHelper.your_method`
# File lib/fastlane/plugin/git_status_clean/helper/git_status_clean_helper.rb, line 7 def self.show_message UI.message("Hello from the git_status_clean plugin helper!") end