Skip to content

A description? Really? You think a guy with a $5,000 dollar suit wants to write a description? COME ON!

Notifications You must be signed in to change notification settings

mportiz08/bluthquotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

BluthQuotes

the best quotes from Arrested Development's Bluth family

Examples

>> require 'bluth_quotes'
>> quote = BluthQuotes.random_from "George Michael"
>> puts q
Michael: What have we always said is the most important thing?
George Michael: Breakfast!
Michael: ...no. Family.
George Michael: Oh right! I thought you meant in the things you eat.

No Touching! Contributing

Help me out by forking this project, adding quotes from episodes, and sending pull requests--COME ON!

Here's a snippet from the file for the pilot episode to show how quotes are structured--hopefully it's pretty straightforward.

Episode101 = Episode.new 'Pilot' do
  quote do
    michael        "What have we always said is the most important thing?"
    george_michael "Breakfast!"
    michael        "...no. Family."
    george_michael "Oh right! I thought you meant in the things you eat."
  end
  # etc
end

About

A description? Really? You think a guy with a $5,000 dollar suit wants to write a description? COME ON!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages