class Faker::TvShows::Archer
Public Class Methods
Source
# File lib/faker/tv_shows/archer.rb, line 18 def character fetch('archer.characters') end
Produces a character from Archer
.
@return [String]
@example
Faker::TvShows::Archer.character #=> "Sterling Archer"
@faker.version next
Source
# File lib/faker/tv_shows/archer.rb, line 31 def location fetch('archer.locations') end
Produces a location from Archer
.
@return [String]
@example
Faker::TvShows::Archer.location #=> "The Tuntmore Towers"
@faker.version next