Class: Faker::Shakespeare
- Inherits:
-
Object
- Object
- Faker::Shakespeare
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/faker/deprecate/shakespeare.rb
Class Method Summary collapse
- .as_you_like_it ⇒ Object
- .as_you_like_it_quote ⇒ Object
- .hamlet ⇒ Object
- .hamlet_quote ⇒ Object
- .king_richard_iii ⇒ Object
- .king_richard_iii_quote ⇒ Object
- .romeo_and_juliet ⇒ Object
- .romeo_and_juliet_quote ⇒ Object
Class Method Details
.as_you_like_it ⇒ Object
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_quote ⇒ Object
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 |
.hamlet ⇒ Object
24 25 26 |
# File 'lib/faker/deprecate/shakespeare.rb', line 24 def hamlet Faker::Quotes::Shakespeare.hamlet end |
.hamlet_quote ⇒ Object
8 9 10 |
# File 'lib/faker/deprecate/shakespeare.rb', line 8 def hamlet_quote Faker::Quotes::Shakespeare.hamlet_quote end |
.king_richard_iii ⇒ Object
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_quote ⇒ Object
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_juliet ⇒ Object
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_quote ⇒ Object
20 21 22 |
# File 'lib/faker/deprecate/shakespeare.rb', line 20 def romeo_and_juliet_quote Faker::Quotes::Shakespeare.romeo_and_juliet_quote end |