class Faker::TheFreshPrinceOfBelAir

Public Class Methods

celebrity() click to toggle source
# File lib/faker/the_fresh_prince_of_bel_air.rb, line 8
def celebrity
  fetch('the_fresh_prince_of_bel_air.celebrities')
end
character() click to toggle source
# File lib/faker/the_fresh_prince_of_bel_air.rb, line 4
def character
  fetch('the_fresh_prince_of_bel_air.characters')
end
quote() click to toggle source
# File lib/faker/the_fresh_prince_of_bel_air.rb, line 12
def quote
  fetch('the_fresh_prince_of_bel_air.quotes')
end