Class: Fastlane::Helper::MobileCommonHelper
- Inherits:
-
Object
- Object
- Fastlane::Helper::MobileCommonHelper
- Defined in:
- lib/fastlane/plugin/mobile_common/helper/mobile_common_helper.rb
Class Method Summary collapse
-
.prepare_repository(options) ⇒ Object
class methods that you define here become available in your action as
Helper::MobileCommonHelper.your_method.
Class Method Details
.prepare_repository(options) ⇒ Object
class methods that you define here become available in your action as Helper::MobileCommonHelper.your_method
8 9 |
# File 'lib/fastlane/plugin/mobile_common/helper/mobile_common_helper.rb', line 8 def self.prepare_repository() end |