class Fastlane::Runner

def full_lane_name

def full_lane_name
  [current_platform, current_lane].reject(&:nil?).join(' ')
end