faker 2.3.0 → 2.7.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 +118 -2
- data/README.md +5 -1
- data/lib/faker/blockchain/aeternity.rb +70 -0
- data/lib/faker/default/app.rb +2 -1
- data/lib/faker/default/appliance.rb +18 -0
- data/lib/faker/default/avatar.rb +2 -1
- data/lib/faker/default/chuck_norris.rb +1 -1
- data/lib/faker/default/date.rb +83 -2
- data/lib/faker/default/dessert.rb +27 -0
- data/lib/faker/default/device.rb +54 -0
- data/lib/faker/default/driving_licence.rb +2 -2
- data/lib/faker/default/electrical_components.rb +27 -0
- data/lib/faker/default/greek_philosophers.rb +18 -0
- data/lib/faker/default/id_number.rb +29 -0
- data/lib/faker/default/industry_segments.rb +36 -0
- data/lib/faker/default/internet.rb +4 -1
- data/lib/faker/default/marketing.rb +9 -0
- data/lib/faker/default/military.rb +45 -0
- data/lib/faker/default/nation.rb +48 -5
- data/lib/faker/default/nato_phonetic_alphabet.rb +9 -0
- data/lib/faker/default/number.rb +124 -0
- data/lib/faker/default/restaurant.rb +54 -2
- data/lib/faker/default/science.rb +27 -0
- data/lib/faker/default/subscription.rb +45 -0
- data/lib/faker/default/superhero.rb +45 -0
- data/lib/faker/default/time.rb +85 -8
- data/lib/faker/default/world_cup.rb +50 -0
- data/lib/faker/games/dota.rb +47 -0
- data/lib/faker/games/heroes.rb +27 -0
- data/lib/faker/games/heroes_of_the_storm.rb +36 -0
- data/lib/faker/games/league_of_legends.rb +54 -0
- data/lib/faker/games/myst.rb +45 -0
- data/lib/faker/games/pokemon.rb +27 -0
- data/lib/faker/games/sonic_the_hedgehog.rb +27 -0
- data/lib/faker/games/witcher.rb +54 -0
- data/lib/faker/games/world_of_warcraft.rb +18 -0
- data/lib/faker/games/zelda.rb +1 -1
- data/lib/faker/japanese_media/dragon_ball.rb +9 -0
- data/lib/faker/japanese_media/one_piece.rb +54 -0
- data/lib/faker/japanese_media/sword_art_online.rb +36 -0
- data/lib/faker/movies/back_to_the_future.rb +28 -0
- data/lib/faker/movies/ghostbusters.rb +28 -0
- data/lib/faker/movies/harry_potter.rb +54 -0
- data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +69 -0
- data/lib/faker/movies/hobbit.rb +37 -0
- data/lib/faker/movies/lebowski.rb +27 -0
- data/lib/faker/movies/lord_of_the_rings.rb +28 -0
- data/lib/faker/movies/movie.rb +9 -0
- data/lib/faker/movies/princess_bride.rb +19 -0
- data/lib/faker/movies/star_wars.rb +94 -0
- data/lib/faker/movies/v_for_vendetta.rb +29 -0
- data/lib/faker/music/grateful_dead.rb +18 -0
- data/lib/faker/music/phish.rb +9 -0
- data/lib/faker/music/rock_band.rb +9 -0
- data/lib/faker/music/umphreys_mcgee.rb +9 -0
- data/lib/faker/sports/basketball.rb +36 -0
- data/lib/faker/sports/football.rb +45 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +9 -0
- data/lib/faker/tv_shows/bojack_horseman.rb +28 -0
- data/lib/faker/tv_shows/buffy.rb +45 -0
- data/lib/faker/tv_shows/community.rb +19 -0
- data/lib/faker/tv_shows/dr_who.rb +78 -2
- data/lib/faker/tv_shows/dumb_and_dumber.rb +28 -0
- data/lib/faker/tv_shows/family_guy.rb +28 -0
- data/lib/faker/tv_shows/friends.rb +27 -0
- data/lib/faker/tv_shows/game_of_thrones.rb +46 -0
- data/lib/faker/tv_shows/hey_arnold.rb +27 -0
- data/lib/faker/tv_shows/how_i_met_your_mother.rb +37 -0
- data/lib/faker/tv_shows/michael_scott.rb +13 -0
- data/lib/faker/tv_shows/new_girl.rb +19 -0
- data/lib/faker/tv_shows/parks_and_rec.rb +18 -0
- data/lib/faker/tv_shows/rick_and_morty.rb +28 -0
- data/lib/faker/tv_shows/ru_paul.rb +18 -0
- data/lib/faker/tv_shows/seinfeld.rb +28 -0
- data/lib/faker/tv_shows/silicon_valley.rb +75 -0
- data/lib/faker/tv_shows/simpsons.rb +28 -0
- data/lib/faker/tv_shows/south_park.rb +19 -0
- data/lib/faker/tv_shows/star_trek.rb +36 -0
- data/lib/faker/tv_shows/stargate.rb +28 -0
- data/lib/faker/tv_shows/stranger_things.rb +19 -0
- data/lib/faker/tv_shows/the_expanse.rb +36 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +28 -0
- data/lib/faker/tv_shows/the_it_crowd.rb +37 -0
- data/lib/faker/tv_shows/the_thick_of_it.rb +28 -0
- data/lib/faker/tv_shows/twin_peaks.rb +28 -0
- data/lib/faker/tv_shows/venture_bros.rb +38 -0
- data/lib/faker/version.rb +1 -1
- data/lib/locales/en-CA.yml +1 -0
- data/lib/locales/en-TH.yml +360 -0
- data/lib/locales/en/color.yml +1 -1
- data/lib/locales/en/dr_who.yml +1 -1
- data/lib/locales/en/science.yml +1 -1
- data/lib/locales/en/super_smash_bros.yml +1 -0
- data/lib/locales/fr-CA.yml +1 -1
- data/lib/locales/ja.yml +11 -8
- data/lib/locales/th.yml +380 -0
- metadata +26 -17
data/lib/faker/games/myst.rb
CHANGED
|
@@ -4,22 +4,67 @@ module Faker
|
|
|
4
4
|
class Games
|
|
5
5
|
class Myst < Base
|
|
6
6
|
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces the name of a game from the Myst series.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Games::Myst.game #=> "Myst III: Exile"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version 1.9.0
|
|
7
16
|
def game
|
|
8
17
|
fetch('games.myst.games')
|
|
9
18
|
end
|
|
10
19
|
|
|
20
|
+
##
|
|
21
|
+
# Produces the name of a creature from Myst.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::Games::Myst.creature #=> "squee"
|
|
27
|
+
#
|
|
28
|
+
# @faker.version 1.9.0
|
|
11
29
|
def creature
|
|
12
30
|
fetch('games.myst.creatures')
|
|
13
31
|
end
|
|
14
32
|
|
|
33
|
+
##
|
|
34
|
+
# Produces the name of an age from Myst.
|
|
35
|
+
#
|
|
36
|
+
# @return [String]
|
|
37
|
+
#
|
|
38
|
+
# @example
|
|
39
|
+
# Faker::Games::Myst.age #=> "Relto"
|
|
40
|
+
#
|
|
41
|
+
# @faker.version 1.9.0
|
|
15
42
|
def age
|
|
16
43
|
fetch('games.myst.ages')
|
|
17
44
|
end
|
|
18
45
|
|
|
46
|
+
##
|
|
47
|
+
# Produces the name of a chracter from Myst.
|
|
48
|
+
#
|
|
49
|
+
# @return [String]
|
|
50
|
+
#
|
|
51
|
+
# @example
|
|
52
|
+
# Faker::Games::Myst.character #=> "Gehn"
|
|
53
|
+
#
|
|
54
|
+
# @faker.version 1.9.0
|
|
19
55
|
def character
|
|
20
56
|
fetch('games.myst.characters')
|
|
21
57
|
end
|
|
22
58
|
|
|
59
|
+
##
|
|
60
|
+
# Produces a quote from Myst.
|
|
61
|
+
#
|
|
62
|
+
# @return [String]
|
|
63
|
+
#
|
|
64
|
+
# @example
|
|
65
|
+
# Faker::Games::Myst.quote #=> "I realized, the moment I fell into the fissure, that the Book would not be destroyed as I had planned."
|
|
66
|
+
#
|
|
67
|
+
# @faker.version 1.9.0
|
|
23
68
|
def quote
|
|
24
69
|
fetch('games.myst.quotes')
|
|
25
70
|
end
|
data/lib/faker/games/pokemon.rb
CHANGED
|
@@ -4,14 +4,41 @@ module Faker
|
|
|
4
4
|
class Games
|
|
5
5
|
class Pokemon < Base
|
|
6
6
|
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces the name of a Pokemon.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Games::Pokemon.name #=> "Pikachu"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version 1.7.0
|
|
7
16
|
def name
|
|
8
17
|
fetch('games.pokemon.names')
|
|
9
18
|
end
|
|
10
19
|
|
|
20
|
+
##
|
|
21
|
+
# Produces a location from Pokemon.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::Games::Pokemon.location #=> "Pallet Town"
|
|
27
|
+
#
|
|
28
|
+
# @faker.version 1.7.0
|
|
11
29
|
def location
|
|
12
30
|
fetch('games.pokemon.locations')
|
|
13
31
|
end
|
|
14
32
|
|
|
33
|
+
##
|
|
34
|
+
# Produces a move from Pokemon.
|
|
35
|
+
#
|
|
36
|
+
# @return [String]
|
|
37
|
+
#
|
|
38
|
+
# @example
|
|
39
|
+
# Faker::Games::Pokemon.move #=> "Thunder Shock"
|
|
40
|
+
#
|
|
41
|
+
# @faker.version 1.7.0
|
|
15
42
|
def move
|
|
16
43
|
fetch('games.pokemon.moves')
|
|
17
44
|
end
|
|
@@ -4,14 +4,41 @@ module Faker
|
|
|
4
4
|
class Games
|
|
5
5
|
class SonicTheHedgehog < Base
|
|
6
6
|
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces the name of a character from Sonic the Hedgehog.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Games::SonicTheHedgehog.character #=> "Sonic the Hedgehog"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version 1.9.2
|
|
7
16
|
def character
|
|
8
17
|
fetch('games.sonic_the_hedgehog.character')
|
|
9
18
|
end
|
|
10
19
|
|
|
20
|
+
##
|
|
21
|
+
# Produces the name of a zone from Sonic the Hedgehog.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::Games::SonicTheHedgehog.zone #=> "Green Hill Zone"
|
|
27
|
+
#
|
|
28
|
+
# @faker.version 1.9.2
|
|
11
29
|
def zone
|
|
12
30
|
fetch('games.sonic_the_hedgehog.zone')
|
|
13
31
|
end
|
|
14
32
|
|
|
33
|
+
##
|
|
34
|
+
# Produces the name of a game from the Sonic the Hedgehog series.
|
|
35
|
+
#
|
|
36
|
+
# @return [String]
|
|
37
|
+
#
|
|
38
|
+
# @example
|
|
39
|
+
# Faker::Games::SonicTheHedgehog.game #=> "Waku Waku Sonic Patrol Car"
|
|
40
|
+
#
|
|
41
|
+
# @faker.version 1.9.2
|
|
15
42
|
def game
|
|
16
43
|
fetch('games.sonic_the_hedgehog.game')
|
|
17
44
|
end
|
data/lib/faker/games/witcher.rb
CHANGED
|
@@ -4,26 +4,80 @@ module Faker
|
|
|
4
4
|
class Games
|
|
5
5
|
class Witcher < Base
|
|
6
6
|
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces the name of a character from The Witcher.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Games::Witcher.character #=> "Triss Merigold"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version 1.8.3
|
|
7
16
|
def character
|
|
8
17
|
fetch('games.witcher.characters')
|
|
9
18
|
end
|
|
10
19
|
|
|
20
|
+
##
|
|
21
|
+
# Produces the name of a witcher from The Witcher.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::Games::Witcher.witcher #=> "Geralt of Rivia"
|
|
27
|
+
#
|
|
28
|
+
# @faker.version 1.8.3
|
|
11
29
|
def witcher
|
|
12
30
|
fetch('games.witcher.witchers')
|
|
13
31
|
end
|
|
14
32
|
|
|
33
|
+
##
|
|
34
|
+
# Produces the name of a school from The Witcher.
|
|
35
|
+
#
|
|
36
|
+
# @return [String]
|
|
37
|
+
#
|
|
38
|
+
# @example
|
|
39
|
+
# Faker::Games::Witcher.school #=> "Wolf"
|
|
40
|
+
#
|
|
41
|
+
# @faker.version 1.8.3
|
|
15
42
|
def school
|
|
16
43
|
fetch('games.witcher.schools')
|
|
17
44
|
end
|
|
18
45
|
|
|
46
|
+
##
|
|
47
|
+
# Produces the name of a location from The Witcher.
|
|
48
|
+
#
|
|
49
|
+
# @return [String]
|
|
50
|
+
#
|
|
51
|
+
# @example
|
|
52
|
+
# Faker::Games::Witcher.location #=> "Novigrad"
|
|
53
|
+
#
|
|
54
|
+
# @faker.version 1.8.3
|
|
19
55
|
def location
|
|
20
56
|
fetch('games.witcher.locations')
|
|
21
57
|
end
|
|
22
58
|
|
|
59
|
+
##
|
|
60
|
+
# Produces a quote from The Witcher.
|
|
61
|
+
#
|
|
62
|
+
# @return [String]
|
|
63
|
+
#
|
|
64
|
+
# @example
|
|
65
|
+
# Faker::Games::Witcher.quote #=> "No Lollygagin'!"
|
|
66
|
+
#
|
|
67
|
+
# @faker.version 1.8.3
|
|
23
68
|
def quote
|
|
24
69
|
fetch('games.witcher.quotes')
|
|
25
70
|
end
|
|
26
71
|
|
|
72
|
+
##
|
|
73
|
+
# Produces the name of a monster from The Witcher.
|
|
74
|
+
#
|
|
75
|
+
# @return [String]
|
|
76
|
+
#
|
|
77
|
+
# @example
|
|
78
|
+
# Faker::Games::Witcher.monster #=> "Katakan"
|
|
79
|
+
#
|
|
80
|
+
# @faker.version 1.8.3
|
|
27
81
|
def monster
|
|
28
82
|
fetch('games.witcher.monsters')
|
|
29
83
|
end
|
|
@@ -4,10 +4,28 @@ module Faker
|
|
|
4
4
|
class Games
|
|
5
5
|
class WorldOfWarcraft < Base
|
|
6
6
|
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces the name of a hero from World of Warcraft.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Games::WorldOfWarcraft.hero #=> "Uther the Lightbringer"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version 1.9.2
|
|
7
16
|
def hero
|
|
8
17
|
fetch('games.world_of_warcraft.hero')
|
|
9
18
|
end
|
|
10
19
|
|
|
20
|
+
##
|
|
21
|
+
# Produces a quote from World of Warcraft.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::Games::WorldOfWarcraft.quote #=> "These are dark times indeed."
|
|
27
|
+
#
|
|
28
|
+
# @faker.version 1.9.2
|
|
11
29
|
def quote
|
|
12
30
|
fetch('games.world_of_warcraft.quotes')
|
|
13
31
|
end
|
data/lib/faker/games/zelda.rb
CHANGED
|
@@ -4,6 +4,15 @@ module Faker
|
|
|
4
4
|
class JapaneseMedia
|
|
5
5
|
class DragonBall < Base
|
|
6
6
|
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces the name of a character from Dragon Ball.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Games::DragonBall.character #=> "Goku"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version 1.8.0
|
|
7
16
|
def character
|
|
8
17
|
fetch('dragon_ball.characters')
|
|
9
18
|
end
|
|
@@ -4,26 +4,80 @@ module Faker
|
|
|
4
4
|
class JapaneseMedia
|
|
5
5
|
class OnePiece < Base
|
|
6
6
|
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces a character from One Piece.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::JapaneseMedia::OnePiece.character #=> "Monkey D. Luffy"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version 1.8.5
|
|
7
16
|
def character
|
|
8
17
|
fetch('one_piece.characters')
|
|
9
18
|
end
|
|
10
19
|
|
|
20
|
+
##
|
|
21
|
+
# Produces a sea from One Piece.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::JapaneseMedia::OnePiece.sea #=> "East Blue"
|
|
27
|
+
#
|
|
28
|
+
# @faker.version 1.8.5
|
|
11
29
|
def sea
|
|
12
30
|
fetch('one_piece.seas')
|
|
13
31
|
end
|
|
14
32
|
|
|
33
|
+
##
|
|
34
|
+
# Produces an island from One Piece.
|
|
35
|
+
#
|
|
36
|
+
# @return [String]
|
|
37
|
+
#
|
|
38
|
+
# @example
|
|
39
|
+
# Faker::JapaneseMedia::OnePiece.island #=> "Laftel"
|
|
40
|
+
#
|
|
41
|
+
# @faker.version 1.8.5
|
|
15
42
|
def island
|
|
16
43
|
fetch('one_piece.islands')
|
|
17
44
|
end
|
|
18
45
|
|
|
46
|
+
##
|
|
47
|
+
# Produces a location from One Piece.
|
|
48
|
+
#
|
|
49
|
+
# @return [String]
|
|
50
|
+
#
|
|
51
|
+
# @example
|
|
52
|
+
# Faker::JapaneseMedia::OnePiece.location #=> "Foosha Village"
|
|
53
|
+
#
|
|
54
|
+
# @faker.version 1.8.5
|
|
19
55
|
def location
|
|
20
56
|
fetch('one_piece.locations')
|
|
21
57
|
end
|
|
22
58
|
|
|
59
|
+
##
|
|
60
|
+
# Produces a quote from One Piece.
|
|
61
|
+
#
|
|
62
|
+
# @return [String]
|
|
63
|
+
#
|
|
64
|
+
# @example
|
|
65
|
+
# Faker::JapaneseMedia::OnePiece.quote #=> "ONE PIECE IS REAL!"
|
|
66
|
+
#
|
|
67
|
+
# @faker.version 1.8.5
|
|
23
68
|
def quote
|
|
24
69
|
fetch('one_piece.quotes')
|
|
25
70
|
end
|
|
26
71
|
|
|
72
|
+
##
|
|
73
|
+
# Produces an akuma no mi from One Piece.
|
|
74
|
+
#
|
|
75
|
+
# @return [String]
|
|
76
|
+
#
|
|
77
|
+
# @example
|
|
78
|
+
# Faker::JapaneseMedia::OnePiece.akuma_no_mi #=> "Gomu Gomu no Mi"
|
|
79
|
+
#
|
|
80
|
+
# @faker.version 1.8.5
|
|
27
81
|
def akuma_no_mi
|
|
28
82
|
fetch('one_piece.akumas_no_mi')
|
|
29
83
|
end
|
|
@@ -4,18 +4,54 @@ module Faker
|
|
|
4
4
|
class JapaneseMedia
|
|
5
5
|
class SwordArtOnline < Base
|
|
6
6
|
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces the real name of a character from Sword Art Online.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::JapaneseMedia::SwordArtOnline.real_name #=> "Kirigaya Kazuto"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version 1.9.0
|
|
7
16
|
def real_name
|
|
8
17
|
fetch('sword_art_online.real_name')
|
|
9
18
|
end
|
|
10
19
|
|
|
20
|
+
##
|
|
21
|
+
# Produces the in-game name of a character from Sword Art Online.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::JapaneseMedia::SwordArtOnline.game_name #=> "Silica"
|
|
27
|
+
#
|
|
28
|
+
# @faker.version 1.9.0
|
|
11
29
|
def game_name
|
|
12
30
|
fetch('sword_art_online.game_name')
|
|
13
31
|
end
|
|
14
32
|
|
|
33
|
+
##
|
|
34
|
+
# Produces the name of a location from Sword Art Online.
|
|
35
|
+
#
|
|
36
|
+
# @return [String]
|
|
37
|
+
#
|
|
38
|
+
# @example
|
|
39
|
+
# Faker::JapaneseMedia::SwordArtOnline.location #=> "Ruby Palace"
|
|
40
|
+
#
|
|
41
|
+
# @faker.version 1.9.0
|
|
15
42
|
def location
|
|
16
43
|
fetch('sword_art_online.location')
|
|
17
44
|
end
|
|
18
45
|
|
|
46
|
+
##
|
|
47
|
+
# Produces the name of an item from Sword Art Online.
|
|
48
|
+
#
|
|
49
|
+
# @return [String]
|
|
50
|
+
#
|
|
51
|
+
# @example
|
|
52
|
+
# Faker::JapaneseMedia::SwordArtOnline.item #=> "Blackwyrm Coat"
|
|
53
|
+
#
|
|
54
|
+
# @faker.version 1.9.0
|
|
19
55
|
def item
|
|
20
56
|
fetch('sword_art_online.item')
|
|
21
57
|
end
|
|
@@ -4,14 +4,42 @@ module Faker
|
|
|
4
4
|
class Movies
|
|
5
5
|
class BackToTheFuture < Base
|
|
6
6
|
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces a character from Back to the Future.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Movies::BackToTheFuture.character #=> "Marty McFly"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version 1.8.5
|
|
7
16
|
def character
|
|
8
17
|
fetch('back_to_the_future.characters')
|
|
9
18
|
end
|
|
10
19
|
|
|
20
|
+
##
|
|
21
|
+
# Produces a date from Back to the Future.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::Movies::BackToTheFuture.date #=> "November 5, 1955"
|
|
27
|
+
#
|
|
28
|
+
# @faker.version 1.8.5
|
|
11
29
|
def date
|
|
12
30
|
fetch('back_to_the_future.dates')
|
|
13
31
|
end
|
|
14
32
|
|
|
33
|
+
##
|
|
34
|
+
# Produces a quote from Back to the Future.
|
|
35
|
+
#
|
|
36
|
+
# @return [String]
|
|
37
|
+
#
|
|
38
|
+
# @example
|
|
39
|
+
# Faker::Movies::BackToTheFuture.quote
|
|
40
|
+
# #=> "Roads? Where we're going, we don't need roads."
|
|
41
|
+
#
|
|
42
|
+
# @faker.version 1.8.5
|
|
15
43
|
def quote
|
|
16
44
|
fetch('back_to_the_future.quotes')
|
|
17
45
|
end
|