class FileHelper

Public Class Methods

fastlane_action_path() click to toggle source
# File lib/command/file_helper.rb, line 7
def self.fastlane_action_path
        FileHelper.fastlane_base_path + "/fastlane/actions/."
end
fastlane_base_path() click to toggle source
# File lib/command/file_helper.rb, line 3
def self.fastlane_base_path
        File.dirname(`gem which fastlane`)
end
fastlane_helper_path() click to toggle source
# File lib/command/file_helper.rb, line 11
def self.fastlane_helper_path
        FileHelper.fastlane_base_path + "/fastlane/helper/."
end