class Faker::GreekPhilosophers

Public Class Methods

name() click to toggle source
# File lib/faker/greek_philosophers.rb, line 4
def name
  fetch('greek_philosophers.names')
end
quote() click to toggle source
# File lib/faker/greek_philosophers.rb, line 8
def quote
  fetch('greek_philosophers.quotes')
end