Sha256: 321ed84d8ce47aeeb10b5977599600844efcf0effd5a0891da33e30f4484ebe8
Contents?: true
Size: 566 Bytes
Versions: 21
Compression:
Stored size: 566 Bytes
Contents
# frozen_string_literal: true module Faker class Quotes class Rajnikanth < Base flexible :rajnikanth class << self ## # Produces a Rajnikanth. # Original list of jokes: # http://www.rajinikanthjokes.com/ # # @return [String] # # @example # Faker::Rajnikanth.joke # #=> "Rajinikanth is so fast that he always comes yesterday." # # @faker.version 2.11.0 def joke fetch('rajnikanth.joke') end end end end end
Version data entries
21 entries across 21 versions & 2 rubygems