class Faker::StarTrek

Public Class Methods

character() click to toggle source
# File lib/faker/star_trek.rb, line 4
def character
  fetch('star_trek.character')
end
location() click to toggle source
# File lib/faker/star_trek.rb, line 8
def location
  fetch('star_trek.location')
end
specie() click to toggle source
# File lib/faker/star_trek.rb, line 12
def specie
  fetch('star_trek.specie')
end
villain() click to toggle source
# File lib/faker/star_trek.rb, line 16
def villain
  fetch('star_trek.villain')
end