class Faker::TvShows::Community
Public Class Methods
Source
# File lib/faker/tv_shows/community.rb, line 18 def characters fetch('community.characters') end
Produces a character from Community
.
@return [String]
@example
Faker::TvShows::Community.characters #=> "Jeff Winger"
@faker.version 1.9.0