class Faker::TvShows::Friends
Public Class Methods
Source
# File lib/faker/tv_shows/friends.rb, line 18 def character fetch('friends.characters') end
Produces a character from Friends
.
@return [String]
@example
Faker::TvShows::Friends.character #=> "Rachel Green"
@faker.version 1.7.3
Source
# File lib/faker/tv_shows/friends.rb, line 31 def location fetch('friends.locations') end
Produces a location from Friends
.
@return [String]
@example
Faker::TvShows::Friends.location #=> "Central Perk"
@faker.version 1.7.3