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
Instance Method Details
#alarm ⇒ Object
89 90 91 |
# File 'lib/tldr/reporters/icon_provider.rb', line 89 def alarm "🚨" end |
#error ⇒ Object
61 62 63 |
# File 'lib/tldr/reporters/icon_provider.rb', line 61 def error "🤬" end |
#failure ⇒ Object
57 58 59 |
# File 'lib/tldr/reporters/icon_provider.rb', line 57 def failure "😡" end |
#not_run ⇒ Object
85 86 87 |
# File 'lib/tldr/reporters/icon_provider.rb', line 85 def not_run "🙈" end |
#rock_on ⇒ Object
93 94 95 |
# File 'lib/tldr/reporters/icon_provider.rb', line 93 def rock_on "🤘" end |
#run ⇒ Object
73 74 75 |
# File 'lib/tldr/reporters/icon_provider.rb', line 73 def run "🏃" end |
#seed ⇒ Object
97 98 99 |
# File 'lib/tldr/reporters/icon_provider.rb', line 97 def seed "🌱" end |
#skip ⇒ Object
65 66 67 |
# File 'lib/tldr/reporters/icon_provider.rb', line 65 def skip "🫥" end |
#slow ⇒ Object
81 82 83 |
# File 'lib/tldr/reporters/icon_provider.rb', line 81 def slow "🐢" end |
#success ⇒ Object
53 54 55 |
# File 'lib/tldr/reporters/icon_provider.rb', line 53 def success "😁" end |
#tldr ⇒ Object
69 70 71 |
# File 'lib/tldr/reporters/icon_provider.rb', line 69 def tldr "🥵" end |
#wip ⇒ Object
77 78 79 |
# File 'lib/tldr/reporters/icon_provider.rb', line 77 def wip "🙅" end |