Class: LitIpsum::Carroll::AliceInWonderland
- Defined in:
- lib/lit_ipsum/carroll/alice_in_wonderland.rb
Overview
Lewis Carroll’s Alice’s Adventures in Wonderland
Constant Summary collapse
- FILENAME =
full_filename('texts/carroll/alice-in-wonderland.txt')
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.sentences(count, max_sentence: 0, repeats: nil) ⇒ Object
10 11 12 |
# File 'lib/lit_ipsum/carroll/alice_in_wonderland.rb', line 10 def sentences(count, max_sentence: 0, repeats: nil) super(count, repeats: repeats, max_sentence: max_sentence, filename: FILENAME) end |
.words(count, repeats: nil) ⇒ Object
14 15 16 |
# File 'lib/lit_ipsum/carroll/alice_in_wonderland.rb', line 14 def words(count, repeats: nil) super(count, repeats: repeats, filename: FILENAME) end |