Class: Faker::Shakespeare

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/faker/deprecate/shakespeare.rb

Class Method Summary collapse

Class Method Details

.as_you_like_itObject



28
29
30
# File 'lib/faker/deprecate/shakespeare.rb', line 28

def as_you_like_it
  Faker::Quotes::Shakespeare.as_you_like_it
end

.as_you_like_it_quoteObject



12
13
14
# File 'lib/faker/deprecate/shakespeare.rb', line 12

def as_you_like_it_quote
  Faker::Quotes::Shakespeare.as_you_like_it_quote
end

.hamletObject



24
25
26
# File 'lib/faker/deprecate/shakespeare.rb', line 24

def hamlet
  Faker::Quotes::Shakespeare.hamlet
end

.hamlet_quoteObject



8
9
10
# File 'lib/faker/deprecate/shakespeare.rb', line 8

def hamlet_quote
  Faker::Quotes::Shakespeare.hamlet_quote
end

.king_richard_iiiObject



32
33
34
# File 'lib/faker/deprecate/shakespeare.rb', line 32

def king_richard_iii
  Faker::Quotes::Shakespeare.king_richard_iii
end

.king_richard_iii_quoteObject



16
17
18
# File 'lib/faker/deprecate/shakespeare.rb', line 16

def king_richard_iii_quote
  Faker::Quotes::Shakespeare.king_richard_iii_quote
end

.romeo_and_julietObject



36
37
38
# File 'lib/faker/deprecate/shakespeare.rb', line 36

def romeo_and_juliet
  Faker::Quotes::Shakespeare.romeo_and_juliet
end

.romeo_and_juliet_quoteObject



20
21
22
# File 'lib/faker/deprecate/shakespeare.rb', line 20

def romeo_and_juliet_quote
  Faker::Quotes::Shakespeare.romeo_and_juliet_quote
end