class Faker::RickAndMorty
Public Class Methods
character()
click to toggle source
# File lib/faker/rick_and_morty.rb, line 4 def character fetch('rick_and_morty.characters') end
location()
click to toggle source
# File lib/faker/rick_and_morty.rb, line 8 def location fetch('rick_and_morty.locations') end
quote()
click to toggle source
# File lib/faker/rick_and_morty.rb, line 12 def quote fetch('rick_and_morty.quotes') end