Faker::Base
# File lib/faker/team.rb, line 10 def creature fetch('team.creature') end
# File lib/faker/team.rb, line 6 def name parse('team.name') end
# File lib/faker/team.rb, line 14 def state fetch('faker.address.state').titleize end