class FryMeme

Public Class Methods

new() click to toggle source
# File lib/mememe/memes/fry_meme.rb, line 6
def initialize
  @name = 'fry'
  @image = MemeMe::images[:fry]
end

Public Instance Methods

bottom_phrase() click to toggle source
# File lib/mememe/memes/fry_meme.rb, line 15
def bottom_phrase
  "or #{@bottom_phrase}"
end
top_phrase() click to toggle source
# File lib/mememe/memes/fry_meme.rb, line 11
def top_phrase
  "not sure if #{@top_phrase}"
end