Class: IconProvider::Emoji
- Defined in:
- lib/tldr/reporters/icon_provider.rb
Instance Method Summary collapse
- #alarm ⇒ Object
- #error ⇒ Object
- #failure ⇒ Object
- #not_run ⇒ Object
- #rock_on ⇒ Object
- #run ⇒ Object
- #seed ⇒ Object
- #skip ⇒ Object
- #slow ⇒ Object
- #success ⇒ Object
- #tldr ⇒ Object
- #wip ⇒ Object
Methods inherited from Base
Instance Method Details
#alarm ⇒ Object
98 99 100 |
# File 'lib/tldr/reporters/icon_provider.rb', line 98 def alarm "🚨" end |
#error ⇒ Object
70 71 72 |
# File 'lib/tldr/reporters/icon_provider.rb', line 70 def error "🤬" end |
#failure ⇒ Object
66 67 68 |
# File 'lib/tldr/reporters/icon_provider.rb', line 66 def failure "😡" end |
#not_run ⇒ Object
94 95 96 |
# File 'lib/tldr/reporters/icon_provider.rb', line 94 def not_run "🙈" end |
#rock_on ⇒ Object
102 103 104 |
# File 'lib/tldr/reporters/icon_provider.rb', line 102 def rock_on "🤘" end |
#run ⇒ Object
82 83 84 |
# File 'lib/tldr/reporters/icon_provider.rb', line 82 def run "🏃" end |
#seed ⇒ Object
106 107 108 |
# File 'lib/tldr/reporters/icon_provider.rb', line 106 def seed "🌱" end |
#skip ⇒ Object
74 75 76 |
# File 'lib/tldr/reporters/icon_provider.rb', line 74 def skip "🫥" end |
#slow ⇒ Object
90 91 92 |
# File 'lib/tldr/reporters/icon_provider.rb', line 90 def slow "🐢" end |
#success ⇒ Object
62 63 64 |
# File 'lib/tldr/reporters/icon_provider.rb', line 62 def success "😁" end |
#tldr ⇒ Object
78 79 80 |
# File 'lib/tldr/reporters/icon_provider.rb', line 78 def tldr "🥵" end |
#wip ⇒ Object
86 87 88 |
# File 'lib/tldr/reporters/icon_provider.rb', line 86 def wip "🙅" end |