Class: Fastlane::Helper::Emojis

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/bundletool/helper/emojis.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.green_checkmarkObject



10
11
12
# File 'lib/fastlane/plugin/bundletool/helper/emojis.rb', line 10

def self.green_checkmark
  ""
end

.red_crossObject



14
15
16
# File 'lib/fastlane/plugin/bundletool/helper/emojis.rb', line 14

def self.red_cross
  ""
end

.rocketObject



6
7
8
# File 'lib/fastlane/plugin/bundletool/helper/emojis.rb', line 6

def self.rocket
  "🚀"
end

.warningObject



18
19
20
# File 'lib/fastlane/plugin/bundletool/helper/emojis.rb', line 18

def self.warning
  "⚠️"
end