farva 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/farva.rb +17 -17
- data/lib/farva/version.rb +1 -1
- metadata +2 -2
data/lib/farva.rb
CHANGED
@@ -6,37 +6,37 @@ module Farva
|
|
6
6
|
|
7
7
|
FARVA_QUOTE_LIBRARY = []
|
8
8
|
FARVA_QUOTE_LIBRARY << "Want me to punch-a-size your face, for free?"
|
9
|
-
FARVA_QUOTE_LIBRARY << "Farva: Gimme a litre o' cola. \r
|
10
|
-
Burger Guy: What? \r
|
11
|
-
Farva: A litre o' cola.\r
|
12
|
-
Burger Guy: Litrecola? Do we sell litrecola? \r
|
13
|
-
Thorny: Will you just order a large, Farva? \r
|
9
|
+
FARVA_QUOTE_LIBRARY << "Farva: Gimme a litre o' cola. \r\
|
10
|
+
Burger Guy: What? \r\
|
11
|
+
Farva: A litre o' cola.\r\
|
12
|
+
Burger Guy: Litrecola? Do we sell litrecola? \r\
|
13
|
+
Thorny: Will you just order a large, Farva? \r\
|
14
14
|
Farva: I don't want a large farva. I want a goddamn litre o' cola!"
|
15
15
|
FARVA_QUOTE_LIBRARY << "Say car Ram-Rod."
|
16
|
-
FARVA_QUOTE_LIBRARY << "Just cleaning out the old locker, she stinks like ass but I'll sure
|
16
|
+
FARVA_QUOTE_LIBRARY << "Just cleaning out the old locker, she stinks like ass but I'll sure\
|
17
17
|
miss her... I guess you could say that about all my girls."
|
18
18
|
FARVA_QUOTE_LIBRARY << "Hey, let's pop some Viagras and issue tickets with raging, mega-huge boners."
|
19
|
-
FARVA_QUOTE_LIBRARY << "Police Chief Grady: I'm sorry about that delousing. Just standard procedure.\r
|
20
|
-
Farva: It's powdered sugar. \r
|
21
|
-
Police Chief Grady: The lice hate the sugar. \r
|
19
|
+
FARVA_QUOTE_LIBRARY << "Police Chief Grady: I'm sorry about that delousing. Just standard procedure.\r\
|
20
|
+
Farva: It's powdered sugar. \r\
|
21
|
+
Police Chief Grady: The lice hate the sugar. \r\
|
22
22
|
Farva: It's delicious."
|
23
23
|
FARVA_QUOTE_LIBRARY << "You mean Shenanigans?"
|
24
24
|
FARVA_QUOTE_LIBRARY << "Don't call me radio, unit 91."
|
25
|
-
FARVA_QUOTE_LIBRARY << "Farva: What's this? \r
|
26
|
-
Rabbit: A chamois cloth. \r
|
25
|
+
FARVA_QUOTE_LIBRARY << "Farva: What's this? \r\
|
26
|
+
Rabbit: A chamois cloth. \r\
|
27
27
|
Farva: Ha. Lucky guess. I just lost a buck. To myself."
|
28
|
-
FARVA_QUOTE_LIBRARY << "Rabbit: Oh, look, a bar of soap.\r
|
29
|
-
Farva: Oohoohoh shit. I got you good, you f*****! \r
|
30
|
-
Mac: Awesome prank, Farva. \r
|
28
|
+
FARVA_QUOTE_LIBRARY << "Rabbit: Oh, look, a bar of soap.\r \
|
29
|
+
Farva: Oohoohoh shit. I got you good, you f*****! \r\
|
30
|
+
Mac: Awesome prank, Farva. \r\
|
31
31
|
Farva: Better'n the crap you pull, Mac."
|
32
32
|
FARVA_QUOTE_LIBRARY << "Who can say \"meow\" the most? You guys are real crazy, hey look out for these guys."
|
33
|
-
FARVA_QUOTE_LIBRARY << "Farva: MacAttack, wanna go punch for punch? \r
|
34
|
-
[Mac punches Farva in the stomach] \r
|
33
|
+
FARVA_QUOTE_LIBRARY << "Farva: MacAttack, wanna go punch for punch? \r\
|
34
|
+
[Mac punches Farva in the stomach] \r\
|
35
35
|
Farva: Oooh good one, I did not specify. Never shit a shitter."
|
36
36
|
FARVA_QUOTE_LIBRARY << "Who wants cream? Nobody? Okay, no cream."
|
37
37
|
FARVA_QUOTE_LIBRARY << "Unit 91, unit 91? C'mon Unit 91, quit counting your pubes we have a pursuit out here"
|
38
38
|
FARVA_QUOTE_LIBRARY << "Captain O'Hagan: There was a time when we'd take a guy like you in the back and beat
|
39
|
-
you with a hose. Now you've got your God-damned unions. \r
|
39
|
+
you with a hose. Now you've got your God-damned unions. \r\
|
40
40
|
Farva: Cap'n... you know I'm not a pro-union guy."
|
41
41
|
FARVA_QUOTE_LIBRARY << "Sing it again, rookie biatch!"
|
42
42
|
end
|
data/lib/farva/version.rb
CHANGED