Class: Faker::Quotes::Rajnikanth

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/quotes/rajnikanth.rb

Constant Summary

Constants inherited from Base

Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters

Class Method Summary collapse

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, translate, unique, with_locale

Class Method Details

.jokeString

Produces a Rajnikanth. Original list of jokes: www.rajinikanthjokes.com/

Examples:

Faker::Rajnikanth.joke
  #=> "Rajinikanth is so fast that he always comes yesterday."

Returns:

  • (String)

Available since:

  • 2.11.0



21
22
23
# File 'lib/faker/quotes/rajnikanth.rb', line 21

def joke
  fetch('rajnikanth.joke')
end