class Faker::Shakespeare

Public Class Methods

as_you_like_it() click to toggle source
# File lib/faker/shakespeare.rb, line 25
def as_you_like_it
  fetch('shakespeare.as_you_like_it')
end
as_you_like_it_quote() click to toggle source
# File lib/faker/shakespeare.rb, line 9
def as_you_like_it_quote
  sample(as_you_like_it)
end
hamlet() click to toggle source
# File lib/faker/shakespeare.rb, line 21
def hamlet
  fetch('shakespeare.hamlet')
end
hamlet_quote() click to toggle source
# File lib/faker/shakespeare.rb, line 5
def hamlet_quote
  sample(hamlet)
end
king_richard_iii() click to toggle source
# File lib/faker/shakespeare.rb, line 30
def king_richard_iii
  fetch('shakespeare.king_richard_iii')
end
king_richard_iii_quote() click to toggle source
# File lib/faker/shakespeare.rb, line 13
def king_richard_iii_quote
  sample(king_richard_iii)
end
romeo_and_juliet() click to toggle source
# File lib/faker/shakespeare.rb, line 34
def romeo_and_juliet
  fetch('shakespeare.romeo_and_juliet')
end
romeo_and_juliet_quote() click to toggle source
# File lib/faker/shakespeare.rb, line 17
def romeo_and_juliet_quote
  sample(romeo_and_juliet)
end