Class: FryMeme
- Inherits:
-
Object
- Object
- FryMeme
- Includes:
- MemeMe::Meme
- Defined in:
- lib/mememe/memes/fry_meme.rb
Instance Attribute Summary
Attributes included from MemeMe::Meme
Instance Method Summary collapse
- #bottom_phrase ⇒ Object
-
#initialize ⇒ FryMeme
constructor
A new instance of FryMeme.
- #top_phrase ⇒ Object
Methods included from MemeMe::Meme
#bottom_phrase=, #calculate_pointsize, #generate, #meme_text, #name, #top_phrase=, #write_bottom_phrase, #write_top_phrase
Constructor Details
Instance Method Details
#bottom_phrase ⇒ Object
15 16 17 |
# File 'lib/mememe/memes/fry_meme.rb', line 15 def bottom_phrase "or #{@bottom_phrase}" end |
#top_phrase ⇒ Object
11 12 13 |
# File 'lib/mememe/memes/fry_meme.rb', line 11 def top_phrase "not sure if #{@top_phrase}" end |