class Faker::TheThickOfIt

Public Class Methods

character() click to toggle source
# File lib/faker/the_thick_of_it.rb, line 4
def character
  fetch('the_thick_of_it.characters')
end
department() click to toggle source
# File lib/faker/the_thick_of_it.rb, line 8
def department
  fetch('the_thick_of_it.departments')
end
position() click to toggle source
# File lib/faker/the_thick_of_it.rb, line 12
def position
  fetch('the_thick_of_it.positions')
end