class EmojiTestLove::Turtles

Public Instance Methods

failed_display() click to toggle source
# File lib/emoji_test_love/formatters/turtles_formatter.rb, line 7
def failed_display
  "\u{1f41e} "
end
names() click to toggle source
# File lib/emoji_test_love/formatters/turtles_formatter.rb, line 15
def names
  ['turtles', 'all_the_way_down', 'turtles_all_the_way_down']
end
passed_display() click to toggle source
# File lib/emoji_test_love/formatters/turtles_formatter.rb, line 3
def passed_display
  "\u{1f422} "
end
pending_display() click to toggle source
# File lib/emoji_test_love/formatters/turtles_formatter.rb, line 11
def pending_display
  "\u{1f40c} "
end