class Faker::Quotes::Shakespeare

Public Class Methods

as_you_like_it() click to toggle source
# File lib/faker/quotes/shakespeare.rb, line 27
def as_you_like_it
  fetch('shakespeare.as_you_like_it')
end
as_you_like_it_quote() click to toggle source
# File lib/faker/quotes/shakespeare.rb, line 11
def as_you_like_it_quote
  sample(as_you_like_it)
end
hamlet() click to toggle source
# File lib/faker/quotes/shakespeare.rb, line 23
def hamlet
  fetch('shakespeare.hamlet')
end
hamlet_quote() click to toggle source
# File lib/faker/quotes/shakespeare.rb, line 7
def hamlet_quote
  sample(hamlet)
end
king_richard_iii() click to toggle source
# File lib/faker/quotes/shakespeare.rb, line 31
def king_richard_iii
  fetch('shakespeare.king_richard_iii')
end
king_richard_iii_quote() click to toggle source
# File lib/faker/quotes/shakespeare.rb, line 15
def king_richard_iii_quote
  sample(king_richard_iii)
end
romeo_and_juliet() click to toggle source
# File lib/faker/quotes/shakespeare.rb, line 35
def romeo_and_juliet
  fetch('shakespeare.romeo_and_juliet')
end
romeo_and_juliet_quote() click to toggle source
# File lib/faker/quotes/shakespeare.rb, line 19
def romeo_and_juliet_quote
  sample(romeo_and_juliet)
end