class Faker::TvShows::Community
Public Class Methods
characters()
click to toggle source
Produces a character from Community
.
@return [String]
@example
Faker::TvShows::Community.characters #=> "Jeff Winger"
@faker.version 1.9.0
# File lib/faker/tv_shows/community.rb, line 18 def characters fetch('community.characters') end
quotes()
click to toggle source
Produces a quote from Community
.
@return [String]
@example
Faker::TvShows::Community.quotes #=> "I fear a political career could shine a negative light on my drug dealing."
@faker.version 1.9.0
# File lib/faker/tv_shows/community.rb, line 32 def quotes fetch('community.quotes') end