faker 2.12.0 → 2.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +240 -0
- data/History.md +4 -4
- data/README.md +18 -1
- data/lib/faker.rb +14 -14
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/tezos.rb +28 -0
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +34 -4
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +4 -6
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +3 -3
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +1 -1
- data/lib/faker/default/company.rb +57 -11
- data/lib/faker/default/computer.rb +4 -4
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +26 -2
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +6 -4
- data/lib/faker/default/finance.rb +21 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +14 -11
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +1 -1
- data/lib/faker/default/json.rb +7 -6
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +3 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +15 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +6 -8
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/placeholdit.rb +3 -2
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +3 -2
- data/lib/faker/default/stripe.rb +3 -3
- data/lib/faker/default/vehicle.rb +1 -1
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +9 -9
- data/lib/faker/games/dnd.rb +91 -16
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +5 -5
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +3 -3
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +3 -3
- data/lib/faker/music/phish.rb +2 -2
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +3 -3
- data/lib/faker/quotes/quote.rb +26 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +3 -3
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +20 -26
- data/lib/helpers/unique_generator.rb +3 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +3 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +8 -2
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +10 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/dnd.yml +430 -33
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +451 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +1 -0
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +19 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +10 -1
- data/lib/locales/ko.yml +34 -24
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +1 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +66 -18
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -0,0 +1,64 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Music
|
5
|
+
class Prince < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces a random Prince song.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Music::Prince.song #=> "Raspberry Beret"
|
14
|
+
# Faker::Music::Prince.song #=> "Starfish And Coffee"
|
15
|
+
#
|
16
|
+
# @faker.version 2.13.0
|
17
|
+
def song
|
18
|
+
fetch('prince.song')
|
19
|
+
end
|
20
|
+
|
21
|
+
##
|
22
|
+
# Produces a random Prince song lyric.
|
23
|
+
#
|
24
|
+
# @return [String]
|
25
|
+
#
|
26
|
+
# @example
|
27
|
+
# Faker::Music::Prince.lyric #=> "Dearly beloved, we are gathered here today to get through this thing called life."
|
28
|
+
# Faker::Music::Prince.lyric #=> "You were so hard to find, the beautiful ones, they hurt you every time."
|
29
|
+
#
|
30
|
+
# @faker.version 2.13.0
|
31
|
+
def lyric
|
32
|
+
fetch('prince.lyric')
|
33
|
+
end
|
34
|
+
|
35
|
+
##
|
36
|
+
# Produces a random Prince album.
|
37
|
+
#
|
38
|
+
# @return [String]
|
39
|
+
#
|
40
|
+
# @example
|
41
|
+
# Faker::Music::Prince.album #=> "The Gold Experience"
|
42
|
+
# Faker::Music::Prince.album #=> "Purple Rain"
|
43
|
+
#
|
44
|
+
# @faker.version 2.13.0
|
45
|
+
def album
|
46
|
+
fetch('prince.album')
|
47
|
+
end
|
48
|
+
|
49
|
+
##
|
50
|
+
# Produces a random Prince-associated band.
|
51
|
+
#
|
52
|
+
# @return [String]
|
53
|
+
#
|
54
|
+
# @example
|
55
|
+
# Faker::Music::Prince.band #=> "The New Power Generation"
|
56
|
+
#
|
57
|
+
# @faker.version 2.13.0
|
58
|
+
def band
|
59
|
+
fetch('prince.band')
|
60
|
+
end
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
@@ -16,6 +16,18 @@ module Faker
|
|
16
16
|
def name
|
17
17
|
fetch('rock_band.name')
|
18
18
|
end
|
19
|
+
|
20
|
+
# Produces a rock song.
|
21
|
+
#
|
22
|
+
# @return [String]
|
23
|
+
#
|
24
|
+
# @example
|
25
|
+
# Faker::Music::RockBand.song #=> "Dani California"
|
26
|
+
#
|
27
|
+
# @faker.version next
|
28
|
+
def song
|
29
|
+
fetch('rock_band.song')
|
30
|
+
end
|
19
31
|
end
|
20
32
|
end
|
21
33
|
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative 'music'
|
4
|
+
|
5
|
+
module Faker
|
6
|
+
class Music
|
7
|
+
class Rush < Base
|
8
|
+
class << self
|
9
|
+
##
|
10
|
+
# Produces the name of a member of Rush
|
11
|
+
#
|
12
|
+
# @return [String]
|
13
|
+
#
|
14
|
+
# @example
|
15
|
+
# Faker::Music::Rush.player #=> "Geddy Lee"
|
16
|
+
#
|
17
|
+
# @faker.version 2.13.0
|
18
|
+
def player
|
19
|
+
fetch('rush.players')
|
20
|
+
end
|
21
|
+
|
22
|
+
##
|
23
|
+
# Produces the name of an album by Rush
|
24
|
+
#
|
25
|
+
# @return [String]
|
26
|
+
#
|
27
|
+
# @example
|
28
|
+
# Faker::Music::Rush.album #=> "Hold Your Fire"
|
29
|
+
#
|
30
|
+
# @faker.version 2.13.0
|
31
|
+
def album
|
32
|
+
fetch('rush.albums')
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
data/lib/faker/music/show.rb
CHANGED
@@ -12,7 +12,7 @@ module Faker
|
|
12
12
|
# Faker::Alphanumeric.alpha
|
13
13
|
# #=> "West Side Story"
|
14
14
|
#
|
15
|
-
# @faker.version
|
15
|
+
# @faker.version 2.13.0
|
16
16
|
def adult_musical
|
17
17
|
fetch('show.adult_musical')
|
18
18
|
end
|
@@ -26,7 +26,7 @@ module Faker
|
|
26
26
|
# Faker::Alphanumeric.alpha
|
27
27
|
# #=> "Into the Woods JR."
|
28
28
|
#
|
29
|
-
# @faker.version
|
29
|
+
# @faker.version 2.13.0
|
30
30
|
def kids_musical
|
31
31
|
fetch('show.kids_musical')
|
32
32
|
end
|
@@ -40,7 +40,7 @@ module Faker
|
|
40
40
|
# Faker::Alphanumeric.alpha
|
41
41
|
# #=> "Death of a Salesman"
|
42
42
|
#
|
43
|
-
# @faker.version
|
43
|
+
# @faker.version 2.13.0
|
44
44
|
def play
|
45
45
|
fetch('show.play')
|
46
46
|
end
|
data/lib/faker/quotes/quote.rb
CHANGED
@@ -16,6 +16,19 @@ module Faker
|
|
16
16
|
fetch('quote.famous_last_words')
|
17
17
|
end
|
18
18
|
|
19
|
+
##
|
20
|
+
# Produces a quote from Deep Thoughts by Jack Handey.
|
21
|
+
#
|
22
|
+
# @return [String]
|
23
|
+
#
|
24
|
+
# @example
|
25
|
+
# Faker::Quote.jack_handey # => "I hope life isn't a big joke, because I don't get it."
|
26
|
+
#
|
27
|
+
# @faker.version next
|
28
|
+
def jack_handey
|
29
|
+
fetch('quote.jack_handey')
|
30
|
+
end
|
31
|
+
|
19
32
|
##
|
20
33
|
# Produces a quote from Matz.
|
21
34
|
#
|
@@ -80,6 +93,19 @@ module Faker
|
|
80
93
|
def yoda
|
81
94
|
fetch('quote.yoda')
|
82
95
|
end
|
96
|
+
|
97
|
+
##
|
98
|
+
# Produces a quote from a fortune cookie.
|
99
|
+
#
|
100
|
+
# @return [String]
|
101
|
+
#
|
102
|
+
# @example
|
103
|
+
# Faker::Quote.fortune_cookie #=> "This cookie senses that you are superstitious; it is an inclination that is bad for your mental health."
|
104
|
+
#
|
105
|
+
# @faker.version next
|
106
|
+
def fortune_cookie
|
107
|
+
fetch('quote.fortune_cookie')
|
108
|
+
end
|
83
109
|
end
|
84
110
|
end
|
85
111
|
end
|
@@ -56,18 +56,52 @@ module Faker
|
|
56
56
|
sample(romeo_and_juliet)
|
57
57
|
end
|
58
58
|
|
59
|
+
##
|
60
|
+
# Generates quote from Hamlet
|
61
|
+
#
|
62
|
+
# @return [String]
|
63
|
+
#
|
64
|
+
# @example
|
65
|
+
# Faker::Quotes::Shakespeare.hamlet #=> "A little more than kin, and less than kind."
|
66
|
+
#
|
67
|
+
# @faker.version 1.9.2
|
59
68
|
def hamlet
|
60
69
|
fetch('shakespeare.hamlet')
|
61
70
|
end
|
62
71
|
|
72
|
+
##
|
73
|
+
# Generates quote from 'As you like it!'
|
74
|
+
#
|
75
|
+
# @return [String]
|
76
|
+
#
|
77
|
+
# @example
|
78
|
+
# Faker::Quotes::Shakespeare.as_you_like_it #=> "How bitter a thing it is to look into happiness through another man's eyes!"
|
79
|
+
#
|
80
|
+
# @faker.version 1.9.2
|
63
81
|
def as_you_like_it
|
64
82
|
fetch('shakespeare.as_you_like_it')
|
65
83
|
end
|
66
84
|
|
85
|
+
##
|
86
|
+
# Returns quote from 'King Rechard III'
|
87
|
+
#
|
88
|
+
# @return [String]
|
89
|
+
#
|
90
|
+
# @example
|
91
|
+
# Faker::Quotes::Shakespeare #=> "The king's name is a tower of strength."
|
67
92
|
def king_richard_iii
|
68
93
|
fetch('shakespeare.king_richard_iii')
|
69
94
|
end
|
70
95
|
|
96
|
+
##
|
97
|
+
# Quote from 'Romeo and Juliet'
|
98
|
+
#
|
99
|
+
# @return [String]
|
100
|
+
#
|
101
|
+
# @example
|
102
|
+
# Faker::Quotes::Shakespeare.romeo_and_juliet #=> "Wisely and slow; they stumble that run fast."
|
103
|
+
#
|
104
|
+
# @faker.version 1.9.2
|
71
105
|
def romeo_and_juliet
|
72
106
|
fetch('shakespeare.romeo_and_juliet')
|
73
107
|
end
|
@@ -0,0 +1,74 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Sports
|
5
|
+
class Volleyball < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces the name of a volleyball team.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Sports::Volleyball.team #=> "Leo Shoes Modena"
|
14
|
+
#
|
15
|
+
# @faker.version next
|
16
|
+
def team
|
17
|
+
fetch('volleyball.team')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces the name of a volleyball player.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Sports::Volleyball.player #=> "Saeid Marouf"
|
27
|
+
#
|
28
|
+
# @faker.version next
|
29
|
+
def player
|
30
|
+
fetch('volleyball.player')
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces the name of a volleyball coach.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::Sports::Volleyball.coach #=> "Russ Rose"
|
40
|
+
#
|
41
|
+
# @faker.version next
|
42
|
+
def coach
|
43
|
+
fetch('volleyball.coach')
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Produces a position in volleyball.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
#
|
51
|
+
# @example
|
52
|
+
# Faker::Sports::Volleyball.position #=> "Middle blocker"
|
53
|
+
#
|
54
|
+
# @faker.version next
|
55
|
+
def position
|
56
|
+
fetch('volleyball.position')
|
57
|
+
end
|
58
|
+
|
59
|
+
##
|
60
|
+
# Produces a formation in volleyball.
|
61
|
+
#
|
62
|
+
# @return [String]
|
63
|
+
#
|
64
|
+
# @example
|
65
|
+
# Faker::Sports::Volleyball.formation #=> "4-2"
|
66
|
+
#
|
67
|
+
# @faker.version next
|
68
|
+
def formation
|
69
|
+
fetch('volleyball.formation')
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
74
|
+
end
|
@@ -18,6 +18,19 @@ module Faker
|
|
18
18
|
def character
|
19
19
|
fetch('aqua_teen_hunger_force.character')
|
20
20
|
end
|
21
|
+
|
22
|
+
##
|
23
|
+
# Produces a perl of great ATHF wisdom
|
24
|
+
#
|
25
|
+
# @return [String]
|
26
|
+
#
|
27
|
+
# @example
|
28
|
+
# Faker::TvShows::AquaTeenHungerForce.quote #=> "Friendship ain't about trust. Friendship's about nunchucks."
|
29
|
+
#
|
30
|
+
# @faker.version 2.13.0
|
31
|
+
def quote
|
32
|
+
fetch('aqua_teen_hunger_force.quote')
|
33
|
+
end
|
21
34
|
end
|
22
35
|
end
|
23
36
|
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class TvShows
|
5
|
+
class BigBangTheory < Base
|
6
|
+
flexible :big_bang_theory
|
7
|
+
|
8
|
+
class << self
|
9
|
+
##
|
10
|
+
# Produces a character from Big Bang Theory
|
11
|
+
#
|
12
|
+
# @return [String]
|
13
|
+
#
|
14
|
+
# @example
|
15
|
+
# Faker::TvShows::BigBangTheory.character #=> "Sheldon Cooper"
|
16
|
+
#
|
17
|
+
# @faker.version 2.13.0
|
18
|
+
def character
|
19
|
+
fetch('big_bang_theory.characters')
|
20
|
+
end
|
21
|
+
|
22
|
+
##
|
23
|
+
# Produces a quote from Bing Bang Theory
|
24
|
+
#
|
25
|
+
# @return [String]
|
26
|
+
#
|
27
|
+
# @example
|
28
|
+
# Faker::TvShows::BigBangTheory.quote #=> "I'm not crazy. My mother had me tested."
|
29
|
+
#
|
30
|
+
# @faker.version 2.13.0
|
31
|
+
def quote
|
32
|
+
fetch('big_bang_theory.quotes')
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
data/lib/faker/tv_shows/buffy.rb
CHANGED
@@ -33,17 +33,30 @@ module Faker
|
|
33
33
|
end
|
34
34
|
|
35
35
|
##
|
36
|
-
# Produces a
|
36
|
+
# Produces a actor from Buffy the Vampire Slayer.
|
37
|
+
#
|
38
|
+
# @return [String]
|
39
|
+
#
|
40
|
+
# @example
|
41
|
+
# Faker::TvShows::Buffy.actor #=> "John Ritter"
|
42
|
+
#
|
43
|
+
# @faker.version next
|
44
|
+
def actor
|
45
|
+
fetch('buffy.actors')
|
46
|
+
end
|
47
|
+
|
48
|
+
##
|
49
|
+
# Produces a actor from Buffy the Vampire Slayer.
|
37
50
|
#
|
38
51
|
# @return [String]
|
39
52
|
#
|
40
53
|
# @example
|
41
54
|
# Faker::TvShows::Buffy.celebrity #=> "John Ritter"
|
42
55
|
#
|
56
|
+
# @deprecated Use the `actor` method instead.
|
57
|
+
#
|
43
58
|
# @faker.version 1.9.2
|
44
|
-
|
45
|
-
fetch('buffy.celebrities')
|
46
|
-
end
|
59
|
+
alias celebrity actor
|
47
60
|
|
48
61
|
##
|
49
62
|
# Produces a big bad from Buffy the Vampire Slayer.
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class TvShows
|
5
|
+
class FinalSpace < Base
|
6
|
+
flexible :final_space
|
7
|
+
|
8
|
+
class << self
|
9
|
+
##
|
10
|
+
# Produces a character from Final Space.
|
11
|
+
#
|
12
|
+
# @return [String]
|
13
|
+
#
|
14
|
+
# @example
|
15
|
+
# Faker::TvShows::FinalSpace.character #=> "Gary Goodspeed"
|
16
|
+
#
|
17
|
+
# @faker.version next
|
18
|
+
def character
|
19
|
+
fetch('final_space.characters')
|
20
|
+
end
|
21
|
+
|
22
|
+
##
|
23
|
+
# Produces a vehicle from Final Space.
|
24
|
+
#
|
25
|
+
# @return [String]
|
26
|
+
#
|
27
|
+
# @example
|
28
|
+
# Faker::TvShows::FinalSpace.vehicle #=> "Imperium Cruiser"
|
29
|
+
#
|
30
|
+
# @faker.version next
|
31
|
+
def vehicle
|
32
|
+
fetch('final_space.vehicles')
|
33
|
+
end
|
34
|
+
|
35
|
+
##
|
36
|
+
# Produces a quote from Final Space.
|
37
|
+
#
|
38
|
+
# @return [String]
|
39
|
+
#
|
40
|
+
# @example
|
41
|
+
# Faker::TvShows::FinalSpace.quote
|
42
|
+
# #=> "It's an alien on my face! It's an alien on my...It's a space alien!"
|
43
|
+
#
|
44
|
+
# @faker.version next
|
45
|
+
def quote
|
46
|
+
fetch('final_space.quotes')
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|