Class: IconProvider::Emoji

Inherits:
Base
  • Object
show all
Defined in:
lib/tldr/reporters/icon_provider.rb

Instance Method Summary collapse

Methods inherited from Base

#rpad

Instance Method Details

#alarmObject



98
99
100
# File 'lib/tldr/reporters/icon_provider.rb', line 98

def alarm
  "🚨"
end

#errorObject



70
71
72
# File 'lib/tldr/reporters/icon_provider.rb', line 70

def error
  "🤬"
end

#failureObject



66
67
68
# File 'lib/tldr/reporters/icon_provider.rb', line 66

def failure
  "😡"
end

#not_runObject



94
95
96
# File 'lib/tldr/reporters/icon_provider.rb', line 94

def not_run
  "🙈"
end

#rock_onObject



102
103
104
# File 'lib/tldr/reporters/icon_provider.rb', line 102

def rock_on
  "🤘"
end

#runObject



82
83
84
# File 'lib/tldr/reporters/icon_provider.rb', line 82

def run
  "🏃"
end

#seedObject



106
107
108
# File 'lib/tldr/reporters/icon_provider.rb', line 106

def seed
  "🌱"
end

#skipObject



74
75
76
# File 'lib/tldr/reporters/icon_provider.rb', line 74

def skip
  "🫥"
end

#slowObject



90
91
92
# File 'lib/tldr/reporters/icon_provider.rb', line 90

def slow
  "🐢"
end

#successObject



62
63
64
# File 'lib/tldr/reporters/icon_provider.rb', line 62

def success
  "😁"
end

#tldrObject



78
79
80
# File 'lib/tldr/reporters/icon_provider.rb', line 78

def tldr
  "🥵"
end

#wipObject



86
87
88
# File 'lib/tldr/reporters/icon_provider.rb', line 86

def wip
  "🙅"
end