Class: Faker::Bloocher

Inherits:
Object
  • Object
show all
Defined in:
lib/faker_fratis.rb,
lib/faker_review.rb

Class Method Summary collapse

Class Method Details

.adjectiveObject



106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# File 'lib/faker_review.rb', line 106

def adjective
  [  
    "sassy","desperate","romantic","sad","hopeless","intense","focused",
    "meandering","melancholy","putrid","yellowed","degraded","acidic monster",
    "graceful","open-ended","freakishly evil","plump","spiney", "brackish","ripe",
    "closed","supple","broad-shouldered","big and plump","attractive",
    "complex and stunning","sturdy","elegant","structured","hedonistic",
    "aggressive","limp","lacking in character","morally superior","over-ripe",
    "middle-aged","unripe","overdone","sweet","smoked","lackluster","hoppy",
    "acidic","turgid","understated","fleshy","extra-ripe","zelous",
    "underdone","oaky","over-oaked","american-oaked","french-oaked","musty",
    "soggy","fat","wicked","whimsical","oily","astounding","corpulent",
    "cotton","boggling","unripe","overcooked","sugary","over-the-top"
  ].sample
end

.adverbObject



122
123
124
125
126
127
128
129
130
# File 'lib/faker_review.rb', line 122

def adverb
  [ 
    "Contains","Shows","Detectable","Hints of","Forces","A mouthfull of",
    "Strong","Spews","Resembles","Aromas of","Whispers of","Drops",
    "Essenses of","Kicks you with","Throws out","Hits you with","Displays",
    "Opens with","Reminecent of","Attacks with","Begins with","Starts with",
    "Forcefully bites you with","Reminds one of","Evokes"
  ].sample
end

.appellationObject



42
43
44
# File 'lib/faker_fratis.rb', line 42

def appellation
  appellations.sample
end

.appellationsObject



7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# File 'lib/faker_fratis.rb', line 7

def appellations 
  [
    "Arroyo Grande Valley",
    "Arroyo Seco",
    "Ben Lomond Mountain",
    "Carmel Valley",
    "Central Coast",
    "Chalone",
    "Cienega Valley",
    "Edna Valley",
    "Hames Valley",
    "Happy Canyon of Santa Barbara",
    "Lime Kiln Valley",
    "Livermore Valley",
    "Monterey",
    "Mt. Harlan",
    "Pacheco Pass",
    "Paicines",
    "Paso Robles",
    "San Antonio Valley",
    "San Benito",
    "San Bernabe",
    "San Francisco Bay",
    "San Lucas",
    "San Ysidro District",
    "Santa Clara Valley",
    "Santa Cruz Mountains",
    "Santa Lucia Highlands",
    "Santa Maria Valley",
    "Sta. Rita Hills",
    "Santa Ynez Valley",
    "York Mountain"
  ]
end

.cloneObject



62
63
64
# File 'lib/faker_fratis.rb', line 62

def clone
  clones.sample
end

.clonesObject



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# File 'lib/faker_fratis.rb', line 46

def clones
  [
    "pommard",
    "dijon 114",
    "dijon 115",
    "31 Roederer Selection",
    "Old Wente",
    "rochioli",
    "Calera",
    "Clone 113",
    "Calera",
    "UCD4",
    "2A"
  ]
end

.differentiatorObject



75
76
77
# File 'lib/faker_fratis.rb', line 75

def differentiator 
  differentiators.sample
end

.differentiatorsObject



66
67
68
69
70
71
72
73
# File 'lib/faker_fratis.rb', line 66

def differentiators 
  [
    "methode ancien", 
    "deep end", 
    "reserve",
    "estate"
  ]
end

.end_dateObject



164
165
166
167
168
169
170
# File 'lib/faker_review.rb', line 164

def end_date
  [
    "2014","2015","2016","2017","2018","2019","2020","2021","2022",
    "eternity","never","April","May","June","graduation",
    "Christmas","Tuesday","Friday"
  ].sample
end

.flavorObject



132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# File 'lib/faker_review.rb', line 132

def flavor
  [
    "roast pork","apple","pear","peach-pit","anise","leather","used beer",
    "blackberry","black-cherry","lemon","citrus","citron","toasty oak",
    "cardboard","salted beef","beef","rosemary lamb","cafeteria fish sticks",
    "gatorade but not in a bad way","prison oatmeal","guvmint cheese",
    "ginger","tobacco","cigar box","fruit punch","acid","blueberry","mint",
    "spice","currant","cedar","loganberry","coffee","herbs","dirt","cassis",
    "earth","lime","raspberry","plum","toast","rye","tea notes","green tea",
    "sun-dried tomato","caramel","dried berry","vanilla","bing-cherry","herbs",
    "juniper","sage","wild berry","orange peel","lemon rind","banana","mocha",
    "smoked bacon","clay","thyme","pepper","salt","buttered scones","onion",
    "shallot","fois gras","kalamata olive","celery","fig","bacon-wrapped fig",
    "pineapple","salad","taint","boot-leather","victory","napalm","bug spray",
    "tomato","papaya","mango","chutney","mint julip","bourbon","marmalade",
    "strawberry jam","barley","carrot","roasted vegetables","roasted meat",
    "prune","prune juice","stewed prune","raisin","seedless watermelon",
    "tangerine","peach","nectarine","honey","garlic","melon","cocoa",
    "maple syrup","spruce","sweat","dog-breath","cat breath","carburetor cleaner",
    "WD-40", "10w-30 Motor oil","lollipop","new car smell","talcum" 
  ].sample
end

.intmodifierObject



89
90
91
92
93
94
95
# File 'lib/faker_review.rb', line 89

def intmodifier
  [
    "but",
    "and","almost","but equally","nearly","at the same time", 
    "yet paradoxically","nevertheless","yet oxymoronically","but inevitably"
  ].sample
end

.introObject



14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# File 'lib/faker_review.rb', line 14

def intro 
  [
    "Remarkable",
    "Francophonic",
    "Juicy",
    "Desperate",
    "Serviceable",
    "Generous",
    "Glassy",
    "Blunt",
    "Sturdy",
    "Elegant",
    "Lean",
    "Spare",
    "Simple",
    "Self-righteous",
    "Chewy",
    "Powerful",
    "Soft",
    "Ripe in flavor",
    "Ready to drink",
    "Well focused",
    "Medium-weight",
    "Heavy-weight",    
    "Light-weight",
    "Austere",
    "Light, simple",
    "Modest",
    "Markedly improved",
    "Nearly matured",
    "Almost matured",
    "Somewhat matured",
    "Overaged",
    "Finely balanced",
    "A firm, full textured",
    "Fully refined",
    "Unnatural",
    "Historic",
    "Classic",
    "Crisp",
    "Neo-classic",
    "Modern",
    "Overdone",
    "Meaty",
    "Unrefined",
    "Direct",
    "Deep and smokey",
    "Dark and mysterious",
    "Good",
    "Evil",
    "Impressive",
    "Unimpressive",
    "Big and strong",
    "Wicked",
    "Raw",
    "Wimpy",
    "Overdressed",
    "Sweet",
    "Rude",
    "Creepy",
    "Open-ended",
    "Rounded",
    "Corpulent",
    "Overbearing",
    "Twisted",
    "Clean",
    "Fun",
    "Intense",
    "Egocentric",
    "Intelligently done",
    "Unstinting",
    "Flourished"
  ].sample
end

.irrigation_typeObject



92
93
94
# File 'lib/faker_fratis.rb', line 92

def irrigation_type
  irrigation_types.sample
end

.irrigation_typesObject



79
80
81
82
83
84
85
86
87
88
89
90
# File 'lib/faker_fratis.rb', line 79

def irrigation_types

  %w[
    natural
    none 
    sprinkler 
    drip 
    flood 
    surface 
    furrow
  ]
end

.nurseriesObject



96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# File 'lib/faker_fratis.rb', line 96

def nurseries
  [
    "Advanced Vineyard Systems, Inc. (OR)",
    "American Nursery (VA)",
    "Bailey Nurseries, Inc. (MN)", 
    "Bottom's Nursery (GA) ",
    "Brigadoon Vineyards (OR)", 
    "Broadacres Nursery (OR) ",
    "CADE Vines (OR) ",
    "Cal-Western Nurseries (CA)", 
    "Casa Cristal Nursery, Inc. (CA)", 
    "Casa Verde Grapevines (CA)", 
    "Cloud Mountain Farm (WA)", 
    "Concord Nurseries, Inc.- Foster Grapevines (NY)", 
    "Cornerstone Certified Vineyard (CA)", 
    "Dempel Grapevine Nursery (CA)", 
    "DNE Nursery (CA)", 
    "Double A Vineyards (NY)", 
    "Dr. Konstantin Frank Nursery (NY)", 
    "Duarte Nursery, Inc. (CA)", 
    "Duplin Nursery (NC)", 
    "Edible Landscaping (VA)", 
    "Emerald Leaf U.S., Inc. (WA)", 
    "Eusinus Vineyard (CA)", 
    "Falconer Vineyards (MN)", 
    "Flatwoods Fruit Farm (FLA)", 
    "French Camp Vineyards (CA)", 
    "Grafted Grapevine Nursery, LLC (NY)", 
    "Great River Vineyard & Nursery (MN)", 
    "Grey Creek Viticultural Services Inc. (CA)", 
    "Guillaume Grapevine Nursery, Inc. (CA)", 
    "Hart 2 Hart Vineyards (CA)", 
    "Herrick Grapevines (CA)", 
    "Inland Desert Nursery (WA. State) (WA)", 
    "Jaguar Gardens (CA)", 
    "KLM Ranches (CA)", 
    "Kloer Vineyards (CA)", 
    "L.E. Cooke Company (CA)", 
    "Lake County Grapevine Nursery (CA)", 
    "Lincoln Peak Vineyard LLC (VT)", 
    "Lon Rombough (OR)", 
    "Martinez Orchards, Inc. (CA)", 
    "Mercier California, LLC (CA)", 
    "Meyer Nursery & Orchards, Inc. (OR)", 
    "Miller Nurseries (NY)", 
    "Northeastern Vine Supply (VT)", 
    "Northwoods Nursery, Inc. (OR)", 
    "Novavine, Inc. (CA)", 
    "Pense Nursery, Inc. (AR)", 
    "Post Vineyards & Winery (AR)", 
    "Quality Nursery - WA State Certified Grape Plants (WA)", 
    "Richard's Grove & Saralee's Vyd. Inc. (CA)", 
    "Ripley County Farms, LLC (Missouri)", 
    "RSI Growers (Arizona)", 
    "Satiety Foods (CA)", 
    "St. Francois Vineyards & Nursery (MO)", 
    "Sunridge Nurseries, Inc. (CA)", 
    "Sutter Home Vineyards (CA)", 
    "Tecuya Tree & Vine (CA)", 
    "Turnbull Nursery, Inc. (NY)", 
    "Vintage Nurseries, LLC (CA)", 
    "Walla Walla Community College (WA)", 
    "Westridge Vineyards (CA)",
    "Winterhaven Vineyard & Nursery (MN)", 
    "Witness Tree Vineyard (OR)", 
    "Womack's Nursery (TX)",
    "Zuckerman-Heritage, Inc. (CA)"
  ]
end

.nurseryObject



166
167
168
# File 'lib/faker_fratis.rb', line 166

def nursery 
  nurseries.sample
end

.producerObject



179
180
181
# File 'lib/faker_fratis.rb', line 179

def producer
  producers.sample
end

.producersObject



170
171
172
173
174
175
176
177
# File 'lib/faker_fratis.rb', line 170

def producers
  [
    "Ferrari-Carano",
    "Kendall Jackson",  
    "Duckhorn",
    "Lede Wines"
  ]
end

.reviewObject



7
8
9
10
11
12
# File 'lib/faker_review.rb', line 7

def review
  first = intro + " " + intmodifier + " " + adjective + " " + varietal + ". "
  second = adverb + " " + flavor + ", " + adjective + " " + flavor + ", " + strength + " " + flavor 
  third = ". Drink now through " + end_date + "."
  first + second + third 
end

.rootstockObject



210
211
212
# File 'lib/faker_fratis.rb', line 210

def rootstock 
  rootstocks.sample
end

.rootstocksObject



183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# File 'lib/faker_fratis.rb', line 183

def rootstocks
  [
    "3309c", 
    "Gravesac", 
    "5c", 
    "borner", 
    "SO4", 
    "Binova", 
    "125AA", 
    "5BB", 
    "34EM", 
    "420A", 
    "161-49", 
    "333EM", 
    "Fercal", 
    "Riparia Gloire", 
    "196-17", 
    "101-14", 
    "R99", 
    "R110", 
    "1103P", 
    "Schwarzmann", 
    "Couder",
    "c3309"
  ]
end

.soil_drainage_typeObject



272
273
274
# File 'lib/faker_fratis.rb', line 272

def soil_drainage_type
  soil_drainage_types.sample
end

.soil_drainage_typesObject



261
262
263
264
265
266
267
268
269
270
# File 'lib/faker_fratis.rb', line 261

def soil_drainage_types
  [
    "excessively drained",
    "somewhat excessively drained",
    "well drained",
    "moderately well drained",
    "somewhat poorly drained",
    "poorly drained"
  ]
end

.soil_typeObject



257
258
259
# File 'lib/faker_fratis.rb', line 257

def soil_type
  soil_types.sample
end

.soil_typesObject



229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
# File 'lib/faker_fratis.rb', line 229

def soil_types
  [
    "alluvial",
    "basalt",
    "boulbenes",
    "chalk",
    "clay",
    "dolomite",
    "keuper",
    "lignite",
    "loam",
    "loess",
    "Mica",
    "muschelkalk",
    "perlite",
    "quartz",
    "sand",
    "schist",
    "silt",
    "shale",
    "slate",
    "terra rossa",
    "tufa",
    "ultisoil",
    "volcanic"
  ]
end

.strengthObject



155
156
157
158
159
160
161
162
# File 'lib/faker_review.rb', line 155

def strength 
  [
    "lingering","forward","strong","weak","bashful","corpulent","insipid","banal",
    "light","aggressive","hopeful","semi-weak","traces of","forceful",
    "total absence of","perceptable","dainty","strong-willed","atomic traces of",
    "scant","a modicum of"
  ].sample
end

.topo_aspectObject



225
226
227
# File 'lib/faker_fratis.rb', line 225

def topo_aspect
  topo_aspects.sample
end

.topo_aspectsObject



214
215
216
217
218
219
220
221
222
223
# File 'lib/faker_fratis.rb', line 214

def topo_aspects
  [
    "north",
    "north-northwest",
    "south",
    "south-southwest",
    "west",
    "east"
  ]
end

.varietalObject



404
405
406
# File 'lib/faker_fratis.rb', line 404

def varietal
  varietals.sample
end

.varietalsObject



357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# File 'lib/faker_fratis.rb', line 357

def varietals
  [
    "barbera",
    "brunello",
    "cabernet franc",
    "cabernet sauvignon",
    "carignan",
    "carmenere",
    "charbono",
    "chardonnay",
    "chenin blanc",
    "dolcetto",
    "Edelzwicker",
    "Eiswein",
    "fume blanc",
    "gamay",
    "gewurztraminer",
    "grenache",
    "gruner veltliner",
    "malbec",
    "marsanne",
    "merlot",
    "mourvedre",
    "muscat",
    "nebbiolo",
    "petite sirah",
    "pinot blanc",
    "pinot gris",
    "tokay",
    "rulander",
    "pinot grigio",
    "pinot gris",
    "pinot noir",
    "primitivo",
    "riesling",
    "sangiovese",
    "sauvignon blanc",
    "semillon",
    "syrah",
    "shiraz",
    "tempranillo",
    "trebbiano",
    "viognier",
    "zinfandel"
  ]
end

.vineyardObject



316
317
318
# File 'lib/faker_fratis.rb', line 316

def vineyard
  vineyards.sample
end

.vineyardsObject



276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
# File 'lib/faker_fratis.rb', line 276

def vineyards
  [
    "Angel Camp Vineyards", 
    "Balo Vineyards",
    "Champ de Reves Vineyards",
    "Donnelly Creek vineyard", 
    "Eaglehearth Vineyard", 
    "Elke Vineyards",
    "Esterlina Vineyards",
    "Expression Vineyards",
    "francis vineyard", 
    "Ferrington Vineyard", 
    "Greenwood Ridge Vineyards",
    "Hacienda Secoya Vineyards",
    "Husch Vineyards",
    "Kiser Vineyard", 
    "Knez Vineyard", 
    "Lazy Creek Vineyards",
    "Leal Vineyard", 
    "Londer Vineyards",
    "Maggy Hawk Vineyard",
    "Nelson Hill Vineyard",
    "Philo Ridge Vineyards",
    "Pennyroyal Vineyards", 
    "Ridley Vineyard",
    "Roma's Vineyard", 
    "Roman Vineyard", 
    "Romani Family Vineyard",
    "Run Dog Vineyard", 
    "Saintsbury", 
    "Savoy Vineyard", 
    "Stewart Vineyard",
    "Toulouse Vineyards",
    "Valley Foothills Vineyard", 
    "Weir Vineyard", 
    "Wightman Vineyard", 
    "Zicherman-Roemer Vineyard"
  ]
end

.wineriesObject



320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
# File 'lib/faker_fratis.rb', line 320

def wineries
  [
    "Baxter Winery",
    "Bink Wines",
    "Black Kite Cellars",
    "Breggo Cellars",
    "Brutocao Cellars",
    "Claudia Springs Winery",
    "Copain Wines",
    "Couloir Wines",
    "Drew Family Cellars",
    "Edmeades Winery",
    "Foursight Wines, Inc.",
    "Frati Horn Wines",
    "Fulcrum Wines",
    "Goldeneye Winery",
    "Handley Cellars",
    "Harmonique - Conzelman Vineyards",
    "Knez Winery",
    "Littorai Wines",
    "Lula Cellars",
    "MacPhail Family Wines",
    "Phillips Hill Winery",
    "Navarro Vineyards",
    "Roederer Estate",
    "Roessler Cellars",
    "Scharffenberger Cellars",
    "Twomey Cellars",
    "Waits-Mast Family Cellars",
    "Zina Hyde Cunningham"
  ]
end

.wineryObject



353
354
355
# File 'lib/faker_fratis.rb', line 353

def winery
  wineries.sample
end