Class: Fastlane::Helper::Emojis
- Inherits:
-
Object
- Object
- Fastlane::Helper::Emojis
- Defined in:
- lib/fastlane/plugin/bundletool/helper/emojis.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.green_checkmark ⇒ Object
10 11 12 |
# File 'lib/fastlane/plugin/bundletool/helper/emojis.rb', line 10 def self.green_checkmark "✅" end |
.red_cross ⇒ Object
14 15 16 |
# File 'lib/fastlane/plugin/bundletool/helper/emojis.rb', line 14 def self.red_cross "❌" end |
.rocket ⇒ Object
6 7 8 |
# File 'lib/fastlane/plugin/bundletool/helper/emojis.rb', line 6 def self.rocket "🚀" end |
.warning ⇒ Object
18 19 20 |
# File 'lib/fastlane/plugin/bundletool/helper/emojis.rb', line 18 def self.warning "⚠️" end |