Class: EmojiTestLove::Lucky
- Inherits:
-
Object
- Object
- EmojiTestLove::Lucky
- Defined in:
- lib/emoji_test_love/formatters/lucky_formatter.rb
Instance Method Summary collapse
Instance Method Details
#failed_display ⇒ Object
7 8 9 |
# File 'lib/emoji_test_love/formatters/lucky_formatter.rb', line 7 def failed_display "\u{1f344} " end |
#names ⇒ Object
15 16 17 |
# File 'lib/emoji_test_love/formatters/lucky_formatter.rb', line 15 def names ['lucky'] end |
#passed_display ⇒ Object
3 4 5 |
# File 'lib/emoji_test_love/formatters/lucky_formatter.rb', line 3 def passed_display "\u{1f340} " end |
#pending_display ⇒ Object
11 12 13 |
# File 'lib/emoji_test_love/formatters/lucky_formatter.rb', line 11 def pending_display "\u{1f330} " end |