Class: Faker::Community

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/community.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.charactersObject



4
5
6
# File 'lib/faker/community.rb', line 4

def characters
  fetch('community.characters')
end

.quotesObject



8
9
10
# File 'lib/faker/community.rb', line 8

def quotes
  fetch('community.quotes')
end