class JoeMeme
Public Class Methods
new()
click to toggle source
# File lib/mememe/memes/joe_meme.rb, line 6 def initialize @name = 'joe' @bottom_phrase = "then i spoke to joe" @image = MemeMe::images[:joe] end