class Faker::BojackHorseman

Public Class Methods

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