faker 2.10.2 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +323 -0
- data/README.md +27 -2
- data/lib/faker.rb +57 -25
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/bank.rb +80 -3
- data/lib/faker/default/barcode.rb +154 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +80 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +78 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +65 -0
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +49 -0
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/funny_name.rb +45 -0
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +101 -4
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +68 -10
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +59 -4
- data/lib/faker/default/lorem.rb +2 -2
- data/lib/faker/default/lorem_flickr.rb +65 -0
- data/lib/faker/default/lorem_pixel.rb +22 -0
- data/lib/faker/default/markdown.rb +89 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +6 -8
- data/lib/faker/default/omniauth.rb +107 -52
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +21 -0
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +19 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +80 -0
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- 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 +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- 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/warhammer_fantasy.rb +74 -0
- 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 +49 -0
- 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 +2 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/chiquito.rb +80 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +26 -0
- data/lib/faker/quotes/shakespeare.rb +36 -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 +37 -0
- 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 +22 -27
- data/lib/helpers/unique_generator.rb +3 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- 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 +36 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/en/address.yml +2 -0
- 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/blood.yml +13 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/chiquito.yml +64 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/dnd.yml +451 -0
- 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/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/house.yml +1 -1
- 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/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 +6 -5
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- 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/rajnikanth.yml +77 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/show.yml +597 -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 +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +16 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -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 +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +8 -2
- data/lib/locales/id.yml +2 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +5 -1
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +2 -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 +89 -21
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -107,6 +107,32 @@ module Faker
|
|
107
107
|
def last_name
|
108
108
|
fetch('games.elder_scrolls.last_name')
|
109
109
|
end
|
110
|
+
|
111
|
+
##
|
112
|
+
# Produces a weapon from the Elder Scrolls universe.
|
113
|
+
#
|
114
|
+
# @return [String]
|
115
|
+
#
|
116
|
+
# @example
|
117
|
+
# Faker::Games::ElderScrolls.weapon #=> "Elven Bow"
|
118
|
+
#
|
119
|
+
# @faker.version next
|
120
|
+
def weapon
|
121
|
+
fetch('games.elder_scrolls.weapon')
|
122
|
+
end
|
123
|
+
|
124
|
+
##
|
125
|
+
# Produces a weapon from the Elder Scrolls universe.
|
126
|
+
#
|
127
|
+
# @return [String]
|
128
|
+
#
|
129
|
+
# @example
|
130
|
+
# Faker::Games::ElderScrolls.jewelry #=> "Silver Ruby Ring"
|
131
|
+
#
|
132
|
+
# @faker.version next
|
133
|
+
def jewelry
|
134
|
+
fetch('games.elder_scrolls.jewelry')
|
135
|
+
end
|
110
136
|
end
|
111
137
|
end
|
112
138
|
end
|
data/lib/faker/games/heroes.rb
CHANGED
@@ -42,6 +42,19 @@ module Faker
|
|
42
42
|
def klass
|
43
43
|
fetch('heroes.klasses')
|
44
44
|
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Produces the name of an artifact from Heroes 3.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
#
|
51
|
+
# @example
|
52
|
+
# Faker::Games::Heroes.artifact #=> "Armageddon's Blade"
|
53
|
+
#
|
54
|
+
# @faker.version next
|
55
|
+
def artifact
|
56
|
+
fetch('heroes.artifacts')
|
57
|
+
end
|
45
58
|
end
|
46
59
|
end
|
47
60
|
end
|
@@ -18,16 +18,27 @@ module Faker
|
|
18
18
|
end
|
19
19
|
|
20
20
|
##
|
21
|
-
#
|
21
|
+
# This method is deprecated. The implementation will be removed in a near future release.
|
22
|
+
# Use `HeroesOfTheStorm.class_name` instead.
|
23
|
+
#
|
24
|
+
# @deprecated Use {#class_name} instead.
|
25
|
+
def class
|
26
|
+
warn '`HeroesOfTheStorm.class` is deprecated. Use `HeroesOfTheStorm.class_name` instead.'
|
27
|
+
|
28
|
+
super
|
29
|
+
end
|
30
|
+
|
31
|
+
##
|
32
|
+
# Produces a class name from Heroes of the Storm.
|
22
33
|
#
|
23
34
|
# @return [String]
|
24
35
|
#
|
25
36
|
# @example
|
26
|
-
# Faker::Games::HeroesOfTheStorm.
|
37
|
+
# Faker::Games::HeroesOfTheStorm.class_name #=> "Support"
|
27
38
|
#
|
28
|
-
# @faker.version
|
29
|
-
def
|
30
|
-
fetch('heroes_of_the_storm.
|
39
|
+
# @faker.version 2.13.0
|
40
|
+
def class_name
|
41
|
+
fetch('heroes_of_the_storm.class_names')
|
31
42
|
end
|
32
43
|
|
33
44
|
##
|
@@ -0,0 +1,113 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Games
|
5
|
+
class Minecraft < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces the name of an achievement from Minecraft.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Games::Minecraft.achievement #=> "Time to Mine!"
|
14
|
+
#
|
15
|
+
# @faker.version next
|
16
|
+
def achievement
|
17
|
+
fetch('games.minecraft.achievement')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces the name of a biome from Minecraft.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Games::Minecraft.biome #=> "Jungle"
|
27
|
+
#
|
28
|
+
# @faker.version next
|
29
|
+
def biome
|
30
|
+
fetch('games.minecraft.biome')
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces the name of a block from Minecraft.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::Games::Minecraft.block #=> "Stone"
|
40
|
+
#
|
41
|
+
# @faker.version 2.13.0
|
42
|
+
def block
|
43
|
+
fetch('games.minecraft.blocks')
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Produces the name of a enchantment from Minecraft.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
#
|
51
|
+
# @example
|
52
|
+
# Faker::Games::Minecraft.enchantment #=> "Fire Protection"
|
53
|
+
#
|
54
|
+
# @faker.version next
|
55
|
+
def enchantment
|
56
|
+
fetch('games.minecraft.enchantment')
|
57
|
+
end
|
58
|
+
|
59
|
+
##
|
60
|
+
# Produces the name of a game mode from Minecraft.
|
61
|
+
#
|
62
|
+
# @return [String]
|
63
|
+
#
|
64
|
+
# @example
|
65
|
+
# Faker::Games::Minecraft.game_mode #=> "Survival"
|
66
|
+
#
|
67
|
+
# @faker.version next
|
68
|
+
def game_mode
|
69
|
+
fetch('games.minecraft.game_mode')
|
70
|
+
end
|
71
|
+
|
72
|
+
##
|
73
|
+
# Produces the name of an item from Minecraft.
|
74
|
+
#
|
75
|
+
# @return [String]
|
76
|
+
#
|
77
|
+
# @example
|
78
|
+
# Faker::Games::Minecraft.item #=> "Iron Shovel"
|
79
|
+
#
|
80
|
+
# @faker.version 2.13.0
|
81
|
+
def item
|
82
|
+
fetch('games.minecraft.items')
|
83
|
+
end
|
84
|
+
|
85
|
+
##
|
86
|
+
# Produces the name of a mob from Minecraft.
|
87
|
+
#
|
88
|
+
# @return [String]
|
89
|
+
#
|
90
|
+
# @example
|
91
|
+
# Faker::Games::Minecraft.item #=> "Sheep"
|
92
|
+
#
|
93
|
+
# @faker.version 2.13.0
|
94
|
+
def mob
|
95
|
+
fetch('games.minecraft.mobs')
|
96
|
+
end
|
97
|
+
|
98
|
+
##
|
99
|
+
# Produces the name of a status effect from Minecraft.
|
100
|
+
#
|
101
|
+
# @return [String]
|
102
|
+
#
|
103
|
+
# @example
|
104
|
+
# Faker::Games::Minecraft.status_effect #=> "Weakness"
|
105
|
+
#
|
106
|
+
# @faker.version next
|
107
|
+
def status_effect
|
108
|
+
fetch('games.minecraft.status_effect')
|
109
|
+
end
|
110
|
+
end
|
111
|
+
end
|
112
|
+
end
|
113
|
+
end
|
@@ -0,0 +1,61 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Games
|
5
|
+
class StreetFighter < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces the name of a playable character from Street Fighter.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Games::StreetFighter.character #=> "Ryu"
|
14
|
+
#
|
15
|
+
# @faker.version 2.14.0
|
16
|
+
def character
|
17
|
+
fetch('games.street_fighter.characters')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces the name of a stage from Street Fighter.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Games::StreetFighter.stage #=> "Volcanic Rim"
|
27
|
+
#
|
28
|
+
# @faker.version 2.14.0
|
29
|
+
def stage
|
30
|
+
fetch('games.street_fighter.stages')
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces a quote from Street Fighter.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::Games::StreetFighter.quote #=> "Go home and be a family man."
|
40
|
+
#
|
41
|
+
# @faker.version 2.14.0
|
42
|
+
def quote
|
43
|
+
fetch('games.street_fighter.quotes')
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Produces the name of a move from Street Fighter.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
#
|
51
|
+
# @example
|
52
|
+
# Faker::Games::StreetFighter.move #=> "Shoryuken"
|
53
|
+
#
|
54
|
+
# @faker.version 2.14.0
|
55
|
+
def move
|
56
|
+
fetch('games.street_fighter.moves')
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Games
|
5
|
+
class SuperMario < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces the name of a Super Mario character.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Games::SuperMario.character #=> "Luigi"
|
14
|
+
#
|
15
|
+
# @faker.version next
|
16
|
+
def character
|
17
|
+
fetch('games.super_mario.characters')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces the name of a Super Mario game.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Games::SuperMario.game #=> "Super Mario Odyssey"
|
27
|
+
#
|
28
|
+
# @faker.version next
|
29
|
+
def game
|
30
|
+
fetch('games.super_mario.games')
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces the name of a Super Mario location.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::Games::SuperMario.location #=> "Kong City"
|
40
|
+
#
|
41
|
+
# @faker.version next
|
42
|
+
def location
|
43
|
+
fetch('games.super_mario.locations')
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
@@ -0,0 +1,74 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Games
|
5
|
+
class WarhammerFantasy < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces the name of a hero from the Warhammer Fantasy setting.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Games::WarhammerFantasy.hero #=> "Sigmar Heldenhammer"
|
14
|
+
#
|
15
|
+
# @faker.version 2.13.0
|
16
|
+
def hero
|
17
|
+
fetch('games.warhammer_fantasy.heros')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces a quote from the Warhammer Fantasy setting.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Games::WarhammerFantasy.quote #=> "The softest part of a castle is the belly of the man inside."
|
27
|
+
#
|
28
|
+
# @faker.version 2.13.0
|
29
|
+
def quote
|
30
|
+
fetch('games.warhammer_fantasy.quotes')
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces a location from the Warhammer Fantasy setting.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::Games::WarhammerFantasy.location #=> "Lustria"
|
40
|
+
#
|
41
|
+
# @faker.version 2.13.0
|
42
|
+
def location
|
43
|
+
fetch('games.warhammer_fantasy.locations')
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Produces a faction from the Warhammer Fantasy setting.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
#
|
51
|
+
# @example
|
52
|
+
# Faker::Games::WarhammerFantasy.faction #=> "Bretonnia"
|
53
|
+
#
|
54
|
+
# @faker.version 2.13.0
|
55
|
+
def faction
|
56
|
+
fetch('games.warhammer_fantasy.factions')
|
57
|
+
end
|
58
|
+
|
59
|
+
##
|
60
|
+
# Produces a creature from the Warhammer Fantasy setting.
|
61
|
+
#
|
62
|
+
# @return [String]
|
63
|
+
#
|
64
|
+
# @example
|
65
|
+
# Faker::Games::WarhammerFantasy.creature #=> "Hydra"
|
66
|
+
#
|
67
|
+
# @faker.version 2.13.0
|
68
|
+
def creature
|
69
|
+
fetch('games.warhammer_fantasy.creatures')
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
74
|
+
end
|
@@ -14,7 +14,32 @@ module Faker
|
|
14
14
|
#
|
15
15
|
# @faker.version 1.9.2
|
16
16
|
def hero
|
17
|
-
fetch('games.world_of_warcraft.
|
17
|
+
fetch('games.world_of_warcraft.heros')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces a class name from World of Warcraft.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Games::WorldOfWarcraft.class_name #=> "Druid"
|
27
|
+
#
|
28
|
+
# @faker.version next
|
29
|
+
def class_name
|
30
|
+
fetch('games.world_of_warcraft.class_names')
|
31
|
+
end
|
32
|
+
|
33
|
+
# Produces the name of a race from World of Warcraft.
|
34
|
+
#
|
35
|
+
# @return [String]
|
36
|
+
#
|
37
|
+
# @example
|
38
|
+
# Faker::Games::WorldOfWarcraft.race #=> "Druid"
|
39
|
+
#
|
40
|
+
# @faker.version next
|
41
|
+
def race
|
42
|
+
fetch('games.world_of_warcraft.races')
|
18
43
|
end
|
19
44
|
|
20
45
|
##
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class JapaneseMedia
|
5
|
+
class Conan < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces a character from Conan.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::JapaneseMedia::Conan.character #=> "Conan Edogawa"
|
14
|
+
#
|
15
|
+
# @faker.version next
|
16
|
+
def character
|
17
|
+
fetch('conan.characters')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces a gadget from Conan.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::JapaneseMedia::Conan.gadget #=> "Voice-Changing Bowtie"
|
27
|
+
#
|
28
|
+
# @faker.version next
|
29
|
+
def gadget
|
30
|
+
fetch('conan.gadgets')
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces a vehicle from Conan.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::JapaneseMedia::Conan.vehicle #=> "Agasa's Volkswagen Beetle"
|
40
|
+
#
|
41
|
+
# @faker.version next
|
42
|
+
def vehicle
|
43
|
+
fetch('conan.vehicles')
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|