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