class Faker::Friends

Public Class Methods

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