Sha256: 45537fb5534fe823066243fbaa4b9c9425fda341ca9eb545199c9a4ce34ec851

Contents?: true

Size: 1.5 KB

Versions: 36

Compression:

Stored size: 1.5 KB

Contents

# frozen_string_literal: true

module Faker
  class TvShows
    class VentureBros < Base
      flexible :venture_bros

      class << self
        ##
        # Produces a character from The Venture Bros.
        #
        # @return [String]
        #
        # @example
        #   Faker::TvShows::VentureBros.character #=> "Scaramantula"
        #
        # @faker.version 1.8.3
        def character
          fetch('venture_bros.character')
        end

        ##
        # Produces an organization from The Venture Bros.
        #
        # @return [String]
        #
        # @example
        #   Faker::TvShows::VentureBros.organization
        #     #=> "Guild of Calamitous Intent"
        #
        # @faker.version 1.8.3
        def organization
          fetch('venture_bros.organization')
        end

        ##
        # Produces a vehicle from The Venture Bros.
        #
        # @return [String]
        #
        # @example
        #   Faker::TvShows::VentureBros.vehicle #=> "Monarchmobile"
        #
        # @faker.version 1.8.3
        def vehicle
          fetch('venture_bros.vehicle')
        end

        ##
        # Produces a quote from The Venture Bros.
        #
        # @return [String]
        #
        # @example
        #   Faker::TvShows::VentureBros.quote
        #     #=> "Revenge, like gazpacho soup, is best served cold, precise, and merciless."
        #
        # @faker.version 1.8.3
        def quote
          fetch('venture_bros.quote')
        end
      end
    end
  end
end

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
faker-3.5.1 lib/faker/tv_shows/venture_bros.rb
faker-3.4.2 lib/faker/tv_shows/venture_bros.rb
faker-3.4.1 lib/faker/tv_shows/venture_bros.rb
faker-3.3.1 lib/faker/tv_shows/venture_bros.rb
faker-3.3.0 lib/faker/tv_shows/venture_bros.rb
faker-3.2.3 lib/faker/tv_shows/venture_bros.rb
faker-3.2.2 lib/faker/tv_shows/venture_bros.rb
faker-3.2.1 lib/faker/tv_shows/venture_bros.rb
faker-3.2.0 lib/faker/tv_shows/venture_bros.rb
faker-3.1.1 lib/faker/tv_shows/venture_bros.rb
faker-3.1.0 lib/faker/tv_shows/venture_bros.rb
faker-3.0.0 lib/faker/tv_shows/venture_bros.rb
faker-2.23.0 lib/faker/tv_shows/venture_bros.rb
faker-2.22.0 lib/faker/tv_shows/venture_bros.rb
faker-2.21.0 lib/faker/tv_shows/venture_bros.rb
faker-2.20.0 lib/faker/tv_shows/venture_bros.rb
faker-2.19.0 lib/faker/tv_shows/venture_bros.rb
logstash-output-scalyr-0.1.7 vendor/bundle/jruby/2.5.0/bundler/gems/faker-e1bd4a5a5777/lib/faker/tv_shows/venture_bros.rb
faker-2.18.0 lib/faker/tv_shows/venture_bros.rb
faker-2.17.0 lib/faker/tv_shows/venture_bros.rb