class Faker::TheITCrowd

Public Class Methods

actor() click to toggle source
# File lib/faker/the_it_crowd.rb, line 4
def actor
  fetch('the_it_crowd.actors')
end
character() click to toggle source
# File lib/faker/the_it_crowd.rb, line 8
def character
  fetch('the_it_crowd.characters')
end
email() click to toggle source
# File lib/faker/the_it_crowd.rb, line 12
def email
  fetch('the_it_crowd.emails')
end
quote() click to toggle source
# File lib/faker/the_it_crowd.rb, line 16
def quote
  fetch('the_it_crowd.quotes')
end