Method: Fastlane::FastFile#actions_path
- Defined in:
- fastlane/lib/fastlane/fast_file.rb
#actions_path(path) ⇒ Object
183 184 185 186 187 |
# File 'fastlane/lib/fastlane/fast_file.rb', line 183 def actions_path(path) UI.crash!("Path '#{path}' not found!") unless File.directory?(path) Actions.load_external_actions(path) end |