class Faker::Quote

Public Class Methods

famous_last_words() click to toggle source
# File lib/faker/quotes/quote.rb, line 6
def famous_last_words
  fetch('quote.famous_last_words')
end
matz() click to toggle source
# File lib/faker/quotes/quote.rb, line 10
def matz
  fetch('quote.matz')
end
most_interesting_man_in_the_world() click to toggle source
# File lib/faker/quotes/quote.rb, line 14
def most_interesting_man_in_the_world
  fetch('quote.most_interesting_man_in_the_world')
end
robin() click to toggle source
# File lib/faker/quotes/quote.rb, line 18
def robin
  fetch('quote.robin')
end
singular_siegler() click to toggle source
# File lib/faker/quotes/quote.rb, line 22
def singular_siegler
  fetch('quote.singular_siegler')
end
yoda() click to toggle source

from: morecoolquotes.com/famous-yoda-quotes/

# File lib/faker/quotes/quote.rb, line 27
def yoda
  fetch('quote.yoda')
end