class Faker::TvShows::TheExpanse

def character

Returns:
  • (String) -
def character
  fetch('the_expanse.characters')
end

def location

Returns:
  • (String) -
def location
  fetch('the_expanse.locations')
end

def quote

Returns:
  • (String) -
def quote
  fetch('the_expanse.quotes')
end

def ship

Returns:
  • (String) -
def ship
  fetch('the_expanse.ships')
end