Class: Faker::Quote

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

Constant Summary

Constants inherited from Base

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

Class Method Summary collapse

Methods inherited from Base

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

Class Method Details

.famous_last_wordsObject



6
7
8
# File 'lib/faker/quotes/quote.rb', line 6

def famous_last_words
  fetch('quote.famous_last_words')
end

.matzObject



10
11
12
# File 'lib/faker/quotes/quote.rb', line 10

def matz
  fetch('quote.matz')
end

.most_interesting_man_in_the_worldObject



14
15
16
# File 'lib/faker/quotes/quote.rb', line 14

def most_interesting_man_in_the_world
  fetch('quote.most_interesting_man_in_the_world')
end

.robinObject



18
19
20
# File 'lib/faker/quotes/quote.rb', line 18

def robin
  fetch('quote.robin')
end

.singular_sieglerObject



22
23
24
# File 'lib/faker/quotes/quote.rb', line 22

def singular_siegler
  fetch('quote.singular_siegler')
end

.yodaObject



27
28
29
# File 'lib/faker/quotes/quote.rb', line 27

def yoda
  fetch('quote.yoda')
end