class Prek::FileHelper

Public Class Methods

fastlane_action_path() click to toggle source
# File lib/command/file_help.rb, line 30
def self.fastlane_action_path
  FileHelper.fastlane_base_path + "/fastlane/actions/."
end
fastlane_base_path() click to toggle source
# File lib/command/file_help.rb, line 26
def self.fastlane_base_path
  File.dirname(`gem which fastlane`)
end
fastlane_helper_path() click to toggle source
# File lib/command/file_help.rb, line 34
def self.fastlane_helper_path
  FileHelper.fastlane_base_path + "/fastlane/helper/."
end