faker 2.14.0 → 2.18.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.
Files changed (194) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +218 -19
  3. data/History.md +4 -4
  4. data/README.md +18 -1
  5. data/lib/faker.rb +12 -13
  6. data/lib/faker/blockchain/aeternity.rb +4 -4
  7. data/lib/faker/blockchain/bitcoin.rb +2 -2
  8. data/lib/faker/blockchain/tezos.rb +30 -2
  9. data/lib/faker/books/dune.rb +15 -2
  10. data/lib/faker/books/lovecraft.rb +8 -4
  11. data/lib/faker/creature/bird.rb +203 -0
  12. data/lib/faker/default/address.rb +4 -4
  13. data/lib/faker/default/app.rb +1 -1
  14. data/lib/faker/default/avatar.rb +1 -1
  15. data/lib/faker/default/bank.rb +20 -6
  16. data/lib/faker/default/barcode.rb +44 -33
  17. data/lib/faker/default/beer.rb +3 -3
  18. data/lib/faker/default/camera.rb +46 -0
  19. data/lib/faker/default/cannabis.rb +10 -0
  20. data/lib/faker/default/chile_rut.rb +3 -2
  21. data/lib/faker/default/chuck_norris.rb +1 -0
  22. data/lib/faker/default/code.rb +5 -5
  23. data/lib/faker/default/commerce.rb +1 -1
  24. data/lib/faker/default/company.rb +58 -10
  25. data/lib/faker/default/crypto.rb +17 -4
  26. data/lib/faker/default/driving_licence.rb +4 -3
  27. data/lib/faker/default/drone.rb +25 -25
  28. data/lib/faker/default/educator.rb +13 -0
  29. data/lib/faker/default/faker_adjective.rb +35 -0
  30. data/lib/faker/default/file.rb +6 -4
  31. data/lib/faker/default/finance.rb +21 -0
  32. data/lib/faker/default/food.rb +1 -1
  33. data/lib/faker/default/hipster.rb +14 -11
  34. data/lib/faker/default/id_number.rb +36 -2
  35. data/lib/faker/default/internet.rb +232 -6
  36. data/lib/faker/default/invoice.rb +1 -1
  37. data/lib/faker/default/json.rb +7 -6
  38. data/lib/faker/default/lorem.rb +160 -5
  39. data/lib/faker/default/lorem_flickr.rb +3 -8
  40. data/lib/faker/default/lorem_pixel.rb +2 -1
  41. data/lib/faker/default/markdown.rb +4 -2
  42. data/lib/faker/default/measurement.rb +3 -2
  43. data/lib/faker/default/military.rb +26 -0
  44. data/lib/faker/default/mountain.rb +33 -0
  45. data/lib/faker/default/number.rb +23 -6
  46. data/lib/faker/default/omniauth.rb +5 -10
  47. data/lib/faker/default/placeholdit.rb +3 -2
  48. data/lib/faker/default/relationship.rb +1 -1
  49. data/lib/faker/default/science.rb +26 -0
  50. data/lib/faker/default/space.rb +1 -1
  51. data/lib/faker/default/string.rb +3 -2
  52. data/lib/faker/default/stripe.rb +3 -3
  53. data/lib/faker/default/tea.rb +41 -0
  54. data/lib/faker/default/types.rb +4 -3
  55. data/lib/faker/default/vehicle.rb +1 -1
  56. data/lib/faker/fantasy/tolkien.rb +67 -0
  57. data/lib/faker/games/clash_of_clans.rb +48 -0
  58. data/lib/faker/games/control.rb +1 -1
  59. data/lib/faker/games/dnd.rb +6 -6
  60. data/lib/faker/games/elder_scrolls.rb +26 -0
  61. data/lib/faker/games/heroes.rb +13 -0
  62. data/lib/faker/games/minecraft.rb +65 -0
  63. data/lib/faker/games/street_fighter.rb +4 -4
  64. data/lib/faker/games/super_mario.rb +48 -0
  65. data/lib/faker/games/touhou.rb +75 -0
  66. data/lib/faker/games/witcher.rb +39 -0
  67. data/lib/faker/games/world_of_warcraft.rb +26 -1
  68. data/lib/faker/japanese_media/conan.rb +48 -0
  69. data/lib/faker/japanese_media/doraemon.rb +48 -0
  70. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  71. data/lib/faker/japanese_media/naruto.rb +61 -0
  72. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  73. data/lib/faker/movies/hobbit.rb +4 -4
  74. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  75. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  76. data/lib/faker/movies/room.rb +63 -0
  77. data/lib/faker/movies/star_wars.rb +74 -2
  78. data/lib/faker/music/hiphop.rb +48 -0
  79. data/lib/faker/music/music.rb +12 -0
  80. data/lib/faker/music/opera.rb +237 -1
  81. data/lib/faker/music/rock_band.rb +12 -0
  82. data/lib/faker/quotes/quote.rb +26 -0
  83. data/lib/faker/quotes/rajnikanth.rb +1 -0
  84. data/lib/faker/quotes/shakespeare.rb +34 -0
  85. data/lib/faker/sports/volleyball.rb +74 -0
  86. data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
  87. data/lib/faker/tv_shows/buffy.rb +17 -4
  88. data/lib/faker/tv_shows/final_space.rb +51 -0
  89. data/lib/faker/tv_shows/suits.rb +1 -1
  90. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  91. data/lib/faker/version.rb +1 -1
  92. data/lib/locales/en-US.yml +1 -1
  93. data/lib/locales/en/adjective.yml +179 -0
  94. data/lib/locales/en/bird.yml +1281 -0
  95. data/lib/locales/en/book.yml +487 -3
  96. data/lib/locales/en/buffy.yml +1 -1
  97. data/lib/locales/en/camera.yml +611 -0
  98. data/lib/locales/en/clash_of_clan.yml +101 -0
  99. data/lib/locales/en/company.yml +2 -2
  100. data/lib/locales/en/conan.yml +171 -0
  101. data/lib/locales/en/demographic.yml +218 -5
  102. data/lib/locales/en/device.yml +112 -4
  103. data/lib/locales/en/doraemon.yml +286 -0
  104. data/lib/locales/en/dota.yml +531 -63
  105. data/lib/locales/en/dragon_ball.yml +243 -1
  106. data/lib/locales/en/driving_license.yml +3 -0
  107. data/lib/locales/en/dune.yml +270 -131
  108. data/lib/locales/en/educator.yml +6 -0
  109. data/lib/locales/en/elder_scrolls.yml +583 -9
  110. data/lib/locales/en/fallout.yml +311 -133
  111. data/lib/locales/en/final_space.yml +37 -0
  112. data/lib/locales/en/finance.yml +53 -0
  113. data/lib/locales/en/football.yml +3 -3
  114. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  115. data/lib/locales/en/half_life.yml +84 -3
  116. data/lib/locales/en/heroes.yml +408 -3
  117. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  118. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  119. data/lib/locales/en/jack_handey.yml +54 -0
  120. data/lib/locales/en/league_of_legends.yml +285 -6
  121. data/lib/locales/en/lebowski.yml +1 -1
  122. data/lib/locales/en/lovecraft.yml +76 -6
  123. data/lib/locales/en/military.yml +179 -5
  124. data/lib/locales/en/minecraft.yml +273 -0
  125. data/lib/locales/en/mountain.yml +158 -0
  126. data/lib/locales/en/music.yml +461 -29
  127. data/lib/locales/en/myst.yml +87 -31
  128. data/lib/locales/en/naruto.yml +231 -0
  129. data/lib/locales/en/opera.yml +168 -0
  130. data/lib/locales/en/overwatch.yml +2650 -2622
  131. data/lib/locales/en/pokemon.yml +417 -4
  132. data/lib/locales/en/quote.yml +692 -163
  133. data/lib/locales/en/rock_band.yml +1 -0
  134. data/lib/locales/en/room.yml +68 -0
  135. data/lib/locales/en/science.yml +355 -3
  136. data/lib/locales/en/shakespeare.yml +21 -24
  137. data/lib/locales/en/source.yml +30 -0
  138. data/lib/locales/en/space.yml +1 -1
  139. data/lib/locales/en/star_trek.yml +1 -1
  140. data/lib/locales/en/street_fighter.yml +4 -4
  141. data/lib/locales/en/studio_ghibli.yml +107 -0
  142. data/lib/locales/en/super_mario.yml +58 -0
  143. data/lib/locales/en/super_smash_bros.yml +18 -4
  144. data/lib/locales/en/tea.yml +172 -0
  145. data/lib/locales/en/tolkien.yml +2453 -0
  146. data/lib/locales/en/touhou.yml +839 -0
  147. data/lib/locales/en/volleyball.yml +501 -0
  148. data/lib/locales/en/witcher.yml +426 -7
  149. data/lib/locales/en/world_of_warcraft.yml +122 -4
  150. data/lib/locales/en/zelda.yml +962 -4
  151. data/lib/locales/es-AR.yml +4603 -0
  152. data/lib/locales/es.yml +56 -0
  153. data/lib/locales/fr.yml +0 -118
  154. data/lib/locales/fr/address.yml +21 -0
  155. data/lib/locales/fr/book.yml +7 -0
  156. data/lib/locales/fr/color.yml +4 -0
  157. data/lib/locales/fr/company.yml +17 -0
  158. data/lib/locales/fr/compass.yml +23 -0
  159. data/lib/locales/fr/demographic.yml +4 -0
  160. data/lib/locales/fr/gender.yml +6 -0
  161. data/lib/locales/fr/internet.yml +5 -0
  162. data/lib/locales/fr/lorem.yml +5 -0
  163. data/lib/locales/fr/measurement.yml +7 -0
  164. data/lib/locales/fr/name.yml +21 -0
  165. data/lib/locales/fr/phone_number.yml +7 -0
  166. data/lib/locales/fr/pokemon.yml +9 -0
  167. data/lib/locales/id.yml +1 -0
  168. data/lib/locales/ja/README.md +13 -0
  169. data/lib/locales/ja/address.yml +17 -0
  170. data/lib/locales/ja/ancient.yml +4 -0
  171. data/lib/locales/ja/bank.yml +4 -0
  172. data/lib/locales/ja/book.yml +7 -0
  173. data/lib/locales/ja/coffee.yml +4 -0
  174. data/lib/locales/ja/color.yml +4 -0
  175. data/lib/locales/ja/commerce.yml +11 -0
  176. data/lib/locales/ja/company.yml +8 -0
  177. data/lib/locales/ja/creature.yml +9 -0
  178. data/lib/locales/ja/food.yml +4 -0
  179. data/lib/locales/ja/games.yml +18 -0
  180. data/lib/locales/ja/gender.yml +4 -0
  181. data/lib/locales/ja/lorem.yml +9 -0
  182. data/lib/locales/ja/name.yml +13 -0
  183. data/lib/locales/ja/phone_number.yml +7 -0
  184. data/lib/locales/ja/restaurant.yml +11 -0
  185. data/lib/locales/ja/space.yml +5 -0
  186. data/lib/locales/ja/subscription.yml +8 -0
  187. data/lib/locales/ja/university.yml +9 -0
  188. data/lib/locales/pt-BR.yml +2 -1
  189. data/lib/locales/ru.yml +39 -0
  190. data/lib/locales/uk.yml +2 -0
  191. metadata +92 -19
  192. data/lib/locales/en/hobbit.yml +0 -19
  193. data/lib/locales/en/lord_of_the_rings.yml +0 -6
  194. data/lib/locales/ja.yml +0 -101
@@ -23,7 +23,7 @@ module Faker
23
23
  # @return [String]
24
24
  #
25
25
  # @example
26
- # Faker::Games::Control.character #=> "Dimensional Research"
26
+ # Faker::Games::Control.location #=> "Dimensional Research"
27
27
  #
28
28
  # @faker.version 2.13.0
29
29
  def location
@@ -38,7 +38,7 @@ module Faker
38
38
  # @example
39
39
  # Faker::Games::DnD.city #=> "Earthfast"
40
40
  #
41
- # @faker.version next
41
+ # @faker.version 2.14.0
42
42
  def city
43
43
  fetch('dnd.cities')
44
44
  end
@@ -64,7 +64,7 @@ module Faker
64
64
  # @example
65
65
  # Faker::Games::DnD.language #=> "Gnomish"
66
66
  #
67
- # @faker.version next
67
+ # @faker.version 2.14.0
68
68
  def language
69
69
  fetch('dnd.languages')
70
70
  end
@@ -77,7 +77,7 @@ module Faker
77
77
  # @example
78
78
  # Faker::Games::DnD.melee_weapon #=> "Handaxe"
79
79
  #
80
- # @faker.version next
80
+ # @faker.version 2.14.0
81
81
  def melee_weapon
82
82
  fetch('dnd.melee_weapons')
83
83
  end
@@ -90,7 +90,7 @@ module Faker
90
90
  # @example
91
91
  # Faker::Games::DnD.monster #=> "Manticore"
92
92
  #
93
- # @faker.version next
93
+ # @faker.version 2.14.0
94
94
  def monster
95
95
  fetch('dnd.monsters')
96
96
  end
@@ -103,7 +103,7 @@ module Faker
103
103
  # @example
104
104
  # Faker::Games::DnD.races #=> "Dwarf"
105
105
  #
106
- # @faker.version next
106
+ # @faker.version 2.14.0
107
107
  def race
108
108
  fetch('dnd.races')
109
109
  end
@@ -116,7 +116,7 @@ module Faker
116
116
  # @example
117
117
  # Faker::Games::DnD.ranged_weapon #=> "Shortbow"
118
118
  #
119
- # @faker.version next
119
+ # @faker.version 2.14.0
120
120
  def ranged_weapon
121
121
  fetch('dnd.ranged_weapons')
122
122
  end
@@ -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
@@ -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
@@ -4,6 +4,32 @@ module Faker
4
4
  class Games
5
5
  class Minecraft < Base
6
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
+
7
33
  ##
8
34
  # Produces the name of a block from Minecraft.
9
35
  #
@@ -17,6 +43,32 @@ module Faker
17
43
  fetch('games.minecraft.blocks')
18
44
  end
19
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
+
20
72
  ##
21
73
  # Produces the name of an item from Minecraft.
22
74
  #
@@ -42,6 +94,19 @@ module Faker
42
94
  def mob
43
95
  fetch('games.minecraft.mobs')
44
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
45
110
  end
46
111
  end
47
112
  end
@@ -12,7 +12,7 @@ module Faker
12
12
  # @example
13
13
  # Faker::Games::StreetFighter.character #=> "Ryu"
14
14
  #
15
- # @faker.version next
15
+ # @faker.version 2.14.0
16
16
  def character
17
17
  fetch('games.street_fighter.characters')
18
18
  end
@@ -25,7 +25,7 @@ module Faker
25
25
  # @example
26
26
  # Faker::Games::StreetFighter.stage #=> "Volcanic Rim"
27
27
  #
28
- # @faker.version next
28
+ # @faker.version 2.14.0
29
29
  def stage
30
30
  fetch('games.street_fighter.stages')
31
31
  end
@@ -38,7 +38,7 @@ module Faker
38
38
  # @example
39
39
  # Faker::Games::StreetFighter.quote #=> "Go home and be a family man."
40
40
  #
41
- # @faker.version next
41
+ # @faker.version 2.14.0
42
42
  def quote
43
43
  fetch('games.street_fighter.quotes')
44
44
  end
@@ -51,7 +51,7 @@ module Faker
51
51
  # @example
52
52
  # Faker::Games::StreetFighter.move #=> "Shoryuken"
53
53
  #
54
- # @faker.version next
54
+ # @faker.version 2.14.0
55
55
  def move
56
56
  fetch('games.street_fighter.moves')
57
57
  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,75 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Faker
4
+ class Games
5
+ class Touhou < Base
6
+ flexible :touhou
7
+ class << self
8
+ ##
9
+ # Produces the name of a Touhou game.
10
+ #
11
+ # @return [String]
12
+ #
13
+ # @example
14
+ # Faker::Games::Touhou.game #=> "Mountain of Faith"
15
+ #
16
+ # @faker.version next
17
+ def game
18
+ fetch('games.touhou.games')
19
+ end
20
+
21
+ ##
22
+ # Produces the name of a character from the Touhou games.
23
+ #
24
+ # @return [String]
25
+ #
26
+ # @example
27
+ # Faker::Games::Touhou.character #=> "Sanae Kochiya"
28
+ #
29
+ # @faker.version next
30
+ def character
31
+ fetch('games.touhou.characters')
32
+ end
33
+
34
+ ##
35
+ # Produces the name of a location from the Touhou games.
36
+ #
37
+ # @return [String]
38
+ #
39
+ # @example
40
+ # Faker::Games::Touhou.location #=> "Moriya Shrine"
41
+ #
42
+ # @faker.version next
43
+ def location
44
+ fetch('games.touhou.locations')
45
+ end
46
+
47
+ ##
48
+ # Produces the name of a spell card from the Touhou games.
49
+ #
50
+ # @return [String]
51
+ #
52
+ # @example
53
+ # Faker::Games::Touhou.spell_card #=> 'Esoterica "Gray Thaumaturgy"'
54
+ #
55
+ # @faker.version next
56
+ def spell_card
57
+ fetch('games.touhou.spell_cards')
58
+ end
59
+
60
+ ##
61
+ # Produces the name of a song from the Touhou games.
62
+ #
63
+ # @return [String]
64
+ #
65
+ # @example
66
+ # Faker::Games::Touhou.song #=> "Faith Is for the Transient People"
67
+ #
68
+ # @faker.version next
69
+ def song
70
+ fetch('games.touhou.songs')
71
+ end
72
+ end
73
+ end
74
+ end
75
+ end
@@ -81,6 +81,45 @@ module Faker
81
81
  def monster
82
82
  fetch('games.witcher.monsters')
83
83
  end
84
+
85
+ ##
86
+ # Produces the name of a sign from The Witcher.
87
+ #
88
+ # @return [String]
89
+ #
90
+ # @example
91
+ # Faker::Games::Witcher.sign #=> "Igni"
92
+ #
93
+ # @faker.version 2.18.0
94
+ def sign
95
+ fetch('games.witcher.signs')
96
+ end
97
+
98
+ ##
99
+ # Produces the name of a potion from The Witcher.
100
+ #
101
+ # @return [String]
102
+ #
103
+ # @example
104
+ # Faker::Games::Witcher.potion #=> "Gadwall"
105
+ #
106
+ # @faker.version 2.18.0
107
+ def potion
108
+ fetch('games.witcher.potions')
109
+ end
110
+
111
+ ##
112
+ # Produces the name of a book from The Witcher.
113
+ #
114
+ # @return [String]
115
+ #
116
+ # @example
117
+ # Faker::Games::Witcher.book #=> "Sword of Destiny"
118
+ #
119
+ # @faker.version 2.18.0
120
+ def book
121
+ fetch('games.witcher.books')
122
+ end
84
123
  end
85
124
  end
86
125
  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.hero')
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