class Faker::TvShows::SouthPark
Public Class Methods
character()
click to toggle source
Produces a character from South Park.
@return [String]
@example
Faker::TvShows::SouthPark.character #=> "Mr. Garrison"
@faker.version 1.9.2
# File lib/faker/tv_shows/south_park.rb, line 18 def character fetch('south_park.characters') end
quote()
click to toggle source
Produces a quote from South Park.
@return [String]
@example
Faker::TvShows::SouthPark.quote #=> "I'm just getting a little cancer Stan."
@faker.version 1.9.2
# File lib/faker/tv_shows/south_park.rb, line 32 def quote fetch('south_park.quotes') end