class Fastlane::Helper::BoxHelper

Public Class Methods

show_message() click to toggle source
# File lib/fastlane/plugin/box/helper/box_helper.rb, line 4
def self.show_message
  UI.message("Hello from the box plugin helper!")
end