class Faker::Stargate

Public Class Methods

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