class EmojiTestLove::LifeHearts
Public Instance Methods
failed_display()
click to toggle source
# File lib/emoji_test_love/formatters/life_hearts_formatter.rb, line 7 def failed_display "\u{1f494} " end
names()
click to toggle source
# File lib/emoji_test_love/formatters/life_hearts_formatter.rb, line 15 def names ['hearts', 'life', 'life_hearts', 'lifehearts'] end
passed_display()
click to toggle source
# File lib/emoji_test_love/formatters/life_hearts_formatter.rb, line 3 def passed_display "\u{1f49a} " end
pending_display()
click to toggle source
# File lib/emoji_test_love/formatters/life_hearts_formatter.rb, line 11 def pending_display "\u{1f49b} " end