class EmojiTestLove::AggressiveThumbs

Public Instance Methods

failed_display() click to toggle source
# File lib/emoji_test_love/formatters/aggressive_thumbs_formatter.rb, line 7
def failed_display
  "\u{1f44a} "
end
names() click to toggle source
# File lib/emoji_test_love/formatters/aggressive_thumbs_formatter.rb, line 15
def names
  ['aggressive_thumbs', 'aggressivethumbs']
end
passed_display() click to toggle source
# File lib/emoji_test_love/formatters/aggressive_thumbs_formatter.rb, line 3
def passed_display
  "\u{1f44c} "
end
pending_display() click to toggle source
# File lib/emoji_test_love/formatters/aggressive_thumbs_formatter.rb, line 11
def pending_display
  "\u{270a} "
end