Class: Faker::Quotes::Chiquito
- Defined in:
- lib/faker/quotes/chiquito.rb
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.expression ⇒ String
Produces an Expression from Chiquito.
-
.joke ⇒ String
Produces a joke from Chiquito.
-
.sentence ⇒ String
Produces a sentence from Chiquito.
-
.term ⇒ String
Produces a concept from Chiquito.
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, shuffle!, translate, unique, with_locale
Class Method Details
.expression ⇒ String
Produces an Expression from Chiquito
16 17 18 |
# File 'lib/faker/quotes/chiquito.rb', line 16 def expression sample(expressions) end |
.joke ⇒ String
Produces a joke from Chiquito
43 44 45 |
# File 'lib/faker/quotes/chiquito.rb', line 43 def joke sample(jokes) end |
.sentence ⇒ String
Produces a sentence from Chiquito
56 57 58 |
# File 'lib/faker/quotes/chiquito.rb', line 56 def sentence sample(sentences) end |
.term ⇒ String
Produces a concept from Chiquito
29 30 31 |
# File 'lib/faker/quotes/chiquito.rb', line 29 def term sample(terms) end |