Class: FastlaneCore::UI

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/translate/helper/translation_error_handler.rb

Class Method Summary collapse

Class Method Details

.select(message, options) ⇒ Object



6
7
8
9
10
# File 'lib/fastlane/plugin/translate/helper/translation_error_handler.rb', line 6

def self.select(message, options)
  # Fallback implementation for testing
  puts "#{message} (#{options.join(', ')})"
  options.first
end