Class: FastlaneCore::UI
- Inherits:
-
Object
- Object
- FastlaneCore::UI
- 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(, ) # Fallback implementation for testing puts "#{} (#{.join(', ')})" .first end |