class Faker::Shakespeare

Public Class Methods

as_you_like_it() click to toggle source
# File lib/faker/shakespeare.rb, line 24
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 8
def as_you_like_it_quote
  sample(as_you_like_it)
end
hamlet() click to toggle source
# File lib/faker/shakespeare.rb, line 20
def hamlet
  fetch('shakespeare.hamlet')
end
hamlet_quote() click to toggle source
# File lib/faker/shakespeare.rb, line 4
def hamlet_quote
  sample(hamlet)
end
king_richard_iii() click to toggle source
# File lib/faker/shakespeare.rb, line 28
def king_richard_iii
  fetch('shakespeare.king_richard_iii')
end
king_richard_iii_quote() click to toggle source
# File lib/faker/shakespeare.rb, line 12
def king_richard_iii_quote
  sample(king_richard_iii)
end
romeo_and_juliet() click to toggle source
# File lib/faker/shakespeare.rb, line 32
def romeo_and_juliet
  fetch('shakespeare.romeo_and_juliet')
end
romeo_and_juliet_quote() click to toggle source
# File lib/faker/shakespeare.rb, line 16
def romeo_and_juliet_quote
  sample(romeo_and_juliet)
end