Method: Fastlane::Runner#lanes
- Defined in:
-
fastlane/lib/fastlane/runner.rb,
fastlane/lib/fastlane/runner.rb
Returns All the lanes available, first the platform, then the lane.
10 11 12 |
# File 'fastlane/lib/fastlane/runner.rb', line 10 def lanes @lanes end |