Class: FileHelper

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

Class Method Summary collapse

Class Method Details

.fastlane_action_pathObject



7
8
9
# File 'lib/command/file_helper.rb', line 7

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

.fastlane_base_pathObject



3
4
5
# File 'lib/command/file_helper.rb', line 3

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

.fastlane_helper_pathObject



11
12
13
# File 'lib/command/file_helper.rb', line 11

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