Class: Bytedance::FileHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/command/file_help.rb

Class Method Summary collapse

Class Method Details

.fastlane_action_pathObject



30
31
32
# File 'lib/command/file_help.rb', line 30

def self.fastlane_action_path
  FileHelper.fastlane_base_path + "/fastlane/actions/."
end

.fastlane_base_pathObject



26
27
28
# File 'lib/command/file_help.rb', line 26

def self.fastlane_base_path
  File.dirname(`gem which fastlane`)
end

.fastlane_helper_pathObject



34
35
36
# File 'lib/command/file_help.rb', line 34

def self.fastlane_helper_path
  FileHelper.fastlane_base_path + "/fastlane/helper/."
end