class EmojiTestLove::Books

Public Instance Methods

failed_display() click to toggle source
# File lib/emoji_test_love/formatters/books_formatter.rb, line 7
def failed_display
  "\u{1f4d5} "
end
names() click to toggle source
# File lib/emoji_test_love/formatters/books_formatter.rb, line 15
def names
  ['books', 'reading_rainbow']
end
passed_display() click to toggle source
# File lib/emoji_test_love/formatters/books_formatter.rb, line 3
def passed_display
  "\u{1f4d7} "
end
pending_display() click to toggle source
# File lib/emoji_test_love/formatters/books_formatter.rb, line 11
def pending_display
  "\u{1f4d9} "
end